Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Customizing Y-Axis range
posted

Hi,

I am using xamchart control to display the Column chart.

When all Datapoint values are 0 then Y-Axis display the range (0.0, 0.3, 0.6, 0.9, 1.2).

<igCA:Axis AxisType="PrimaryY"  Logarithmic="False" >

When Datapoint  has values its range is adjusted aumatically.

I used AutoRange="True" Maximum="5" Minimum="0" Unit="1" in Y axis but its giving warning messages for large values "xamchart warning:Axis unit value too small".

I want to display Y-Axis range (0, 1, 2, 3, 4, 5) when all Datapoint values are 0.

Thanks,

Tarique