AutoYFit Properties |
The AutoYFit type exposes the following members.
| Name | Description | |
|---|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| Enabled |
Gets or sets if automatic Y fitting is enabled. This is a dependency property.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| MarginPercents |
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.
| |
| TargetAllYAxes |
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.
| |
| Thorough |
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.
| |
| UpdateInterval |
Gets or sets if auto Y scale update interval in milliseconds. This is a dependency property.
|