Scale value repeats

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
srinin2k
Posts: 25
Joined: Thu Jun 18, 2015 9:22 pm

Scale value repeats

Post by srinin2k » Tue Jan 16, 2018 10:57 pm

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.,

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Scale value repeats

Post by ArctionKestutis » Wed Jan 17, 2018 3:23 pm

Hi,
You probably disable Axis.AutoFormatLabels and using Axis.LabelsNumberFormat="0.0". Please modify formatting accordingly.

All the best.

Post Reply