AutoYFit Class |
Namespace: Arction.WinForms.Charting.Views.ViewXY
The AutoYFit type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoYFit |
Constructor for Form editor.
| |
| AutoYFit(IChartNode) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Enabled |
Is automatic Y fitting enabled
| |
| 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
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |