Partager via


LegendItem.MarkerColor Propriété

Définition

Obtient ou définit la couleur des marqueurs, s'ils sont utilisés.

public:
 property System::Drawing::Color MarkerColor { 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 MarkerColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.MarkerColor : System.Drawing.Color with get, set
Public Property MarkerColor As Color

Valeur de propriété

Valeur Color qui représente la couleur des marqueurs. La couleur par défaut est Empty.

Attributs

Remarques

Cette propriété s’applique uniquement aux LegendCell objets avec un LegendCellType de SeriesSymbol ou Image.

S’applique à