StripLine.BorderColor Property

.NET Framework (current version)
 

Gets or sets the border color of a strip line.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property BorderColor As Color

Property Value

Type: System.Drawing.Color

A Color value. The default color is Empty.

You can set this property to any valid ARGB (alpha, red, green, blue) value.

If the StripWidth property of a StripLine object is set to 0.0, a line will be drawn, and it is this property and not the BackColor property setting that will determine the color of the line.

.NET Framework
Available since 4.0
Return to top
Show: