Chart.BorderlineColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the color of the entire chart image border.
public:
property System::Drawing::Color BorderlineColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[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; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderlineColor : System.Drawing.Color with get, set
Public Property BorderlineColor As Color
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.