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
Gets or sets if automatic Y fitting is enabled. This is a dependency property.
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
Gets or sets margin in percents of min...max range. This is a dependency property. Using some margin leaves a gap between series and axis minimum and maximum values.
Public propertyTargetAllYAxes
Gets or sets if auto Y fit is done for all Y axes. This is a dependency property. If this is not set, auto Y fit targets only Y axes having AllowAutoYFit true.
Public propertyThorough
Gets or sets if all series point in visible X range are searched. This is a dependency property. 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
Gets or sets if auto Y scale update interval in milliseconds. This is a dependency property.
Top
See Also