Class ChartAutoScrollingMode
Represents auto scrolling delta mode of the axis. The axis can be scrolled from the start position or end position.
Inheritance
System.Object
ChartAutoScrollingMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ChartAutoScrollingMode : Enum
Fields
End
Indicates AutoScrollingDelta calculated in axis end position.
Declaration
public const ChartAutoScrollingMode End
Field Value
Type |
---|
ChartAutoScrollingMode |
Start
Indicates AutoScrollingDelta calculated in axis start position.
Declaration
public const ChartAutoScrollingMode Start
Field Value
Type |
---|
ChartAutoScrollingMode |