Title.BackImageTransparentColor Property

Definition

Gets or sets a color that will be drawn as transparent when the background image is drawn.

public:
 property System::Drawing::Color BackImageTransparentColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color BackImageTransparentColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.BackImageTransparentColor : System.Drawing.Color with get, set
Public Property BackImageTransparentColor As Color

Property Value

A Color value that specifies the color that will be drawn as transparent when the background image is drawn. The default value is Empty.

Attributes

Remarks

This color will be displayed as transparent when the chart is rendered.

Applies to