Gets or sets the color of the entire chart picture's border.
Border color for the Chart
Visual Basic (Declaration) | |
---|---|
Public Property BorderLineColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color BorderLineColor {get; set;} |
Return Value
A Color structure. The default color is Color.Empty.
You can set this property to any valid ARGB value (Alpha, Red, Green, Blue value).
This property is similar to the BorderColor property, the only difference being that the Chart.BorderColor 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