Chart.BorderlineColor Property

Definition

Gets or sets the color of the entire chart image border.

C#
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color BorderlineColor { get; set; }

Property Value

A Color that represents the color of the entire chart image border. The default value is Empty.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1