Click or drag to resize

AutoYFit Properties

LightningChart .NET Help

The AutoYFit type exposes the following members.

Properties
  NameDescription
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyEnabled
Is automatic Y fitting enabled
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
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