Enum ChartBorderStyle
Specifies the style of a specific point border in the ChartBorder class.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartBorderStyle
Fields
Name | Description |
---|---|
DashDot | Border style that consists of a series of a dash and a dot. |
DashDotDot | Border style that consists of a series of a dash and two dots. |
Dashed | Border style that consists of a dashed line. |
Dotted | Border style that consists of a dotted line. |
None | No border is drawn. |
NotSet | No edge style is set. |
Solid | Border style that consists of a solid line. |
Standard | Use border as specified in the Chart. |