Legend.BorderColor Property
.NET Framework (current version)
Gets or sets the border color of a legend.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<TypeConverterAttribute(typeof(ColorConverter))>] [<PersistenceModeAttribute(PersistenceMode.Attribute)>] member BorderColor : Color with get, set
Property Value
Type: System.Drawing.ColorA Color value that represents the border color of a legend. The default color is Empty.
You can set this property to any valid ARGB (alpha, red, green, blue) value.
.NET Framework
Available since 4.0
Available since 4.0
Show: