Gets or sets the style of the entire chart picture's border.
The style of the border line
Visual Basic (Declaration) | |
---|---|
Public Property BorderLineStyle As ChartDashStyle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ChartDashStyle BorderLineStyle {get; set;} |
Return Value
A ChartDashStyle enumeration value that determines the border style of the chart element.
This property determines the line style used for the chart picture's border. The line can be solid, dotted, etc.
For further styles see the ChartDashStyle enumeration topic.
This property is similar to the BorderStyle property, the only difference being that the Chart.BorderStyle property is not available from the Properties Window at design-time.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family