Hi,
I'm creating a 2D Line chart, and I want to be able to create the yAxis so that it shows a range of values which match the values shown in the chart line.
For example if the range of data to be displayed in my chart is between 6000 - 12000, I want the yAxis to start at 6000, or if the chart is showing values between 3900 - 4100, I want the yAxis to show 3800-4500.
Is it possible with FusionChart to create populate with yAxis with the values I want?
Thanks
Stephen
Page 1 of 1
Creating a dynamic yAxis I want to be able to create a dynamic yAxis
Other Replies To This Topic
#2
Posted 30 October 2009 - 06:49 AM
Hi,
It is possible to use a specific maximum and minimum value for Y-axis.
Could you please try it using the following steps:-
<chart...yAxisMinValue='3800' yAxisMaxValue='4500' > in the chart element.
Hope this helps.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote