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