Share via


LegendItem.MarkerColor Propiedad

Definición

Obtiene o establece el color de los marcadores, si se usan.

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

Valor de propiedad

Valor Color. El color predeterminado es Empty.

Atributos

Comentarios

Esta propiedad solo se aplica a LegendCell objetos con un LegendCellType de SeriesSymbol o Image.

Se aplica a