Enum AutoDiscardType
Represents the Range behavior of the Axis.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public enum AutoDiscardType
Fields
| Name | Description |
|---|---|
| ExtendRange | When the data reaches the max range it externed the range . |
| None | Default behaviour |
| ResetRange | When the data reaches the max range it reset the range to a new range. |