Class ChartBorderInfo.ChartBorderLineInfo
Specifies the border line appearance.
Inheritance
System.Object
ChartBorderInfo.ChartBorderLineInfo
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartBorderLineInfo : Object
Properties
DashStyle
Gets or sets the dash style of border.
Declaration
[ChartTemplate]
public DashStyle DashStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Drawing2D.DashStyle | The dash style. |
ForeColor
Gets or sets the foreground color of border.
Declaration
[ChartTemplate]
public Color ForeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color | The foreground color. |
Width
Gets or sets the width of border.
Declaration
[ChartTemplate]
public float Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | The width. |