Chart.BackImageTransparentColor Vlastnost

Definice

Získá nebo nastaví barvu Chart ovládacího prvku, který bude zobrazen jako průhledný.

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

Hodnota vlastnosti

Hodnota Color , která se při vykreslení obrázku grafu zobrazí jako průhledná. Výchozí hodnota je Empty.

Atributy

Platí pro