Hi steema,
we have some query related to Tchart given as below,
1- To show multiple Left axis. Means if we have two series as shown in below image
Series1(plotted in Blue color on tchart)
its Yvalue.Minimum() is 0;
and Yvalue.Maximum() is 1000;
So we want to create axis for this ,whose minimum value is 0 and maximum is 1000.
Series2(plotted in Red color on tchart)
its Yvalue.Minimum() is 100;
and Yvalue.Maximum() is 10,000;
So we want to create axis for this, whose minimum value is 100 and maximum is 10,000.
Meaning that we want to show two left axis for two series and according to these axis series must be shown. As shown in image
Thanks.
To show multiple Left axis.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: To show multiple Left axis.
Hello,
%Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe
All Features -> Welcome !\Axes\Alternate Labels
All Features -> Welcome !\Axes\Permanent custom axes
You should be able to use custom axes - may I suggest you take a look at the examples in the demo under:amol wrote: we have some query related to Tchart given as below,
%Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe
All Features -> Welcome !\Axes\Alternate Labels
All Features -> Welcome !\Axes\Permanent custom axes
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |