Page 1 of 1

Scale value repeats

Posted: Tue Jan 16, 2018 10:57 pm
by srinin2k
I have set a fixed axis range for Y axis to 0 to 0.4 (SetRange(0,0,4)). But when I looked at the chart, on Y axis, every value repeats i.e the scale values are : 0,01,01,02,02,0.3,0,3,0.4,0.4. How can we eliminate duplicate values? At least we can have 0.1,0.15,0.2,0.25 etc.,

Re: Scale value repeats

Posted: Wed Jan 17, 2018 3:23 pm
by ArctionKestutis
Hi,
You probably disable Axis.AutoFormatLabels and using Axis.LabelsNumberFormat="0.0". Please modify formatting accordingly.

All the best.