Chart.BorderlineColor Property
.NET Framework (current version)
Gets or sets the color of the entire chart image border.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] [TypeConverterAttribute(typeof(ColorConverter))] public Color BorderlineColor { get; set; }
Property Value
Type: System.Drawing.ColorA Color that represents the color of the entire chart image border. The default value is 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 BorderColor property is not available from the Properties Window at design time.
.NET Framework
Available since 4.0
Available since 4.0
Show: