Search found 1204 matches

by Marc
Fri Jan 16, 2004 12:58 pm
Forum: .NET
Topic: MaximumOffset and MinimumOffset do not work on custom axes
Replies: 9
Views: 24559

Hello,

Thanks for letting us know. This can be considered a bug and is now fixed for the next maintenance release (availability end of January).

Regards,
Marc Meumann
Steema Support
by Marc
Fri Jan 16, 2004 12:19 pm
Forum: .NET
Topic: Automatic Axis Max & Min for Custom Axis?
Replies: 9
Views: 15531

Hello, FYI. There's a more elegant solution to this posted by a customer in this forum under the subject: "Custom axes bugs are still in " ie. uses: myVerticalCustomAxis.SetMinMax( myVerticalCustomAxis.CalcPosPoint (Chart1.Zoom.y1), myVerticalCustomAxis.CalcPosPoint(Chart1.Zoom.y0)); Regards, Marc M...
by Marc
Fri Jan 16, 2004 11:58 am
Forum: .NET
Topic: Installation of new .net maintenance version
Replies: 8
Views: 22212

Hello Francis, Thanks for the bug report. We'll look at that. ..and thanks for the vote of confidence in the support ! :D Re. 2 lines explaining the function and use of the 'Steema.TeeChart.Styles.Custom3DPalette' Custom3DPalette is the underlying Series type offering XYZ Series the option to displa...
by Marc
Wed Jan 14, 2004 1:56 pm
Forum: .NET
Topic: Installation of new .net maintenance version
Replies: 8
Views: 22212

Hello Francis, I'm pleased the Framework version dependency issue is cleared up. We're checking to see how much Framework independency we can build into future TeeChart installers. Re. AddPalette. The following code shows a very simple example of creating a Palette and applying it to a Series. priva...
by Marc
Tue Jan 13, 2004 11:55 pm
Forum: .NET
Topic: Automatic Axis Max & Min for Custom Axis?
Replies: 9
Views: 15531

Hello, I tried out that example. It 'Label on Axis' property seems to behave correctly. If an Axis Label is situated exactly at an Axis Min or Max it will toggle accordingly. That can be tested by matching up the Axis scales' Min or Max to a Label value then toggling the option. The zoom is a differ...
by Marc
Tue Jan 13, 2004 5:00 pm
Forum: .NET
Topic: What's correct way to do a realtime spectrogram usingSurface
Replies: 10
Views: 11699

Hello John, Sorry I think I maybe wasn't clear in my post. The Array add for XYZ doesn't yet exist yet in TeeChart. It's been added for inclusion in the next maintenance release (late January). The example I put in is for how it will work when it's in. So what you're trying now won't be successful y...
by Marc
Mon Jan 12, 2004 6:25 pm
Forum: .NET
Topic: Installation of new .net maintenance version
Replies: 8
Views: 22212

Hello Francis, Please note that there are 2 installers available for the current TeeChart for .NET release, depending on the version of the Visual Studio.NET/Framework you are running. - Please check that you are using the correct installer for your VS.NET installation. The earlier TeeChart release ...
by Marc
Mon Jan 12, 2004 6:11 pm
Forum: .NET
Topic: Dynamically change chart size ??
Replies: 2
Views: 7997

Hello, This post is a little old now but worth saying I think that the following should be considered as an option if only the exported image size is to be modified. tChart1.Export.Image.GIF.Width=xxx; tChart1.Export.Image.GIF.Height=xxx; tChart1.Export.Image.GIF.Save(@"c:\myImages\GIFChart.gif"); R...
by Marc
Mon Jan 12, 2004 12:56 pm
Forum: .NET
Topic: Automatic Axis Max & Min for Custom Axis?
Replies: 9
Views: 15531

Hello, I don't think it's related. I can't generate a problem here in a simple test. It can be checked. If you add Sample data to a Series.. eg. tChart1[0].FillSampleValues(10); and then open the Chart Editor. For the bottom Axis the indexed values 0 to 9 will be set such that 0 and 9 fall at Axes (...
by Marc
Mon Jan 12, 2004 10:39 am
Forum: ActiveX
Topic: Maintenance Releases
Replies: 1
Views: 4830

Hello, There is no set interval for the release of maintenance updates, it may depend on differing factors including the type of issues outstanding for delivery. We expect a TeeChart AX maintenance revision to be available late February but that timeframe may be modified if circumstances demand. Reg...
by Marc
Fri Jan 09, 2004 2:04 pm
Forum: ActiveX
Topic: Problem plotting FastLine with Nulls
Replies: 3
Views: 11224

Hello Patrick, I'll open this for discussion here. FastLine is intended as a high speed Series optimised for fast-paint. There are various enhancements implemented in the Line Series that do not exist for FastLine to keep FastLine processing to a minimum. The behaviour has been by-design. The idea b...
by Marc
Thu Jan 08, 2004 8:40 pm
Forum: .NET
Topic: Automatic Axis Max & Min for Custom Axis?
Replies: 9
Views: 15531

Confirmation:

The public properties First/LastVisible are in for the next maintenance release available this month.
by Marc
Thu Jan 08, 2004 4:53 pm
Forum: .NET
Topic: Installer Error
Replies: 5
Views: 15923

Hello,

A link to the TeeChart installer for VS.NET.2002 has now been placed on the Customer download page.

Regards,
Marc Meumann
Steema Support
by Marc
Wed Jan 07, 2004 2:17 pm
Forum: .NET
Topic: Installer Error
Replies: 5
Views: 15923

Hello,

A VS.NET.2002 compiled version of TeChart will be made available this week. In the meantime you could download the version headed 'previous version' on the customer download page (Build 1.0.1189.31308). That version was built exclusively in VS.NET.2002.

Regards,
Marc Meumann
Steema Support
by Marc
Wed Jan 07, 2004 1:25 pm
Forum: .NET
Topic: What's correct way to do a realtime spectrogram usingSurface
Replies: 10
Views: 11699

Hello John, There is no XYZ array overload for Add in the current release. We have added it for inclusion in the next maintenence update. Syntax of use will be (adding some acceptable sample data) as follows. The release that includes this overload for Add will be available during January. int axisR...