Hi,
I have set the TickMarkStyle for the Y axis to DataInterval and assigned TickInterval of 10000. The RangeMax is set to 500000 and the RangeMin is set to 0. It allows intervals at every 10000 (10000, 20000, 30000.... upto 500000). Can I show from 1000 to 100000 and then intervals of 50000? So the Y axis would have 1000, 100000, 150000, 200000, 250000, 300000, 350000, 400000, 450000, 500000. Ten intervals would be sufficient.
Thanks,
It seems that we have bug in this sample. More about linear and logarithmic axes you can read here:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Chart_Linear_and_Logarithmic_Axes.html
In the sample changing log base doesn't seem to generate different values. i have tried with LogBase 10, 100, 200. What is the difference between Linear and Logarithmic axes? Where can I read more about setting Logarithmic Axis? I can't seem to figure out how the values are assigned to labels on the Y axis, with what interval? thanks
For your case you probably can use Logarithmic Axis.
Here is an example how you can do this:
http://samples.infragistics.com/2008.1/webfeaturebrowser/contents.aspx?showCode=True&t=WebCharts/Axis/NumericAxis.aspx~srcview.aspx?path=../webfeaturebrowservb/WebCharts/Axis/NumericAxis.src~srcview.aspx?path=WebCharts/Axis/NumericAxis.src