Chart.BorderColor Property

Definition

Gets or sets the color of the chart border.

public:
 virtual property System::Drawing::Color BorderColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color BorderColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BorderColor : System.Drawing.Color with get, set
Public Overrides Property BorderColor As Color

Property Value

A Color value.

Attributes

Remarks

To get or set the border color, use BorderlineColor instead.

Applies to