Page 1 of 1

How to indicate Yaxis 1 space value.

Posted: Mon Mar 23, 2020 11:47 am
by daihyuni
In the chart, the Y-axis is spaced one by one.
When zoom-in / out, the corresponding interval is changed.
I want to check how the value of the space of 1 column on the Y axis changes according to the change.
Tell me the corresponding variable.

Re: How to indicate Yaxis 1 space value.

Posted: Thu Mar 26, 2020 3:04 pm
by ArctionKestutis
Hi,

Zooming on or with LightningChart will lead to Axis.RangeChanged event. You could use event handler to read new Axis range (minimum and maximum).
If you would like to ask about other space, please clarify the question.

All the best.