Enum ChartAxisCap
Represents chart axis end line caps.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
[Flags]
public enum ChartAxisCap
Fields
Name | Description |
---|---|
Arrows | Start and end arrows are drawn at the ends of axis. |
EndArrow | End arrow is drawn at the end of axis. |
None | Represents No cap. |
StartArrow | Start arrow is drawn at the end of axis. |