We are using SciChart v6.3.013476 for WPF. We noticed the when Y-data has low variance with respect to the data values, the Y-Axis and the data labels just show the same number.
(e.g. y-value range 0.1000075825 - 0.1000075858). All Y-Axis labels will be 0.1
There is no precision and the plot looks meaningless.
A reference image with a similar data-set shows our expectation.
A good plotting library should be able to visualize any data in a meaningful way. We are aware of the Scale and Offset APIs, but such a requirement should be a part of the plotting library itself. Especially with real-time data.
Are we missing something obvious?