How to indicate Yaxis 1 space value.

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
daihyuni
Posts: 2
Joined: Wed Mar 11, 2020 10:31 am

How to indicate Yaxis 1 space value.

Post by daihyuni » Mon Mar 23, 2020 11:47 am

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.

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

Re: How to indicate Yaxis 1 space value.

Post by ArctionKestutis » Thu Mar 26, 2020 3:04 pm

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.

Post Reply