Click or drag to resize

AutoYFit Properties

LightningChart .NET Help

The AutoYFit type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Is automatic Y fitting enabled
Public propertyMarginPercents
Margin in percents of min...max range. Using some margin leaves a gap between series and axis minimum and maximum values.
Public propertyTargetAllYAxes
If this is set, auto Y fit is done for all Y axes. If this is not set, auto Y fit targets only Y axes having AllowAutoYFit true.
Public propertyThorough
By using thorough detect method, all series point in visible X range are searched, resulting to accurate fitting, but with cost of extra CPU load. If the detection is not thorough, fitting is not always accurate in real-time monitoring usage.
Public propertyUpdateInterval
Auto Y scale update interval in milliseconds
Top
See Also