Page 1 of 1

To show multiple Left axis.

Posted: Mon Sep 28, 2015 12:35 pm
by 9526439
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
Multiple Left Axis.png
Image 1
Multiple Left Axis.png (335.13 KiB) Viewed 5664 times
Thanks.

Re: To show multiple Left axis.

Posted: Tue Sep 29, 2015 8:18 am
by Christopher
Hello,
amol wrote: we have some query related to Tchart given as below,
You should be able to use custom axes - may I suggest you take a look at the examples in the demo under:
%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