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 |
Is automatic Y fitting enabled
| |
| 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 |
Margin in percents of min...max range.
Using some margin leaves a gap between series and axis minimum and maximum values.
| |
| TargetAllYAxes |
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.
| |
| Thorough |
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 |
Auto Y scale update interval in milliseconds
|