LegendItem.MarkerStyle Propriedade

Definição

Obtém ou define um estilo de marcador do item de legenda.Gets or sets a legend item marker style. Também usado para habilitar ou desabilitar a exibição de marcadores.Also used to enable or disable the display of markers.

public:
 property System::Windows::Forms::DataVisualization::Charting::MarkerStyle MarkerStyle { System::Windows::Forms::DataVisualization::Charting::MarkerStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::MarkerStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.MarkerStyle MarkerStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MarkerStyle : System.Windows.Forms.DataVisualization.Charting.MarkerStyle with get, set
Public Property MarkerStyle As MarkerStyle

Valor da propriedade

MarkerStyle

Uma MarkerStyle enumeração de inteiros que especifica um estilo de marcador de item de legenda.A MarkerStyle integer enumeration that specifies a legend item marker style. O valor padrão é None.The default value is None.

Atributos

Comentários

Para desabilitar os marcadores, defina essa propriedade como None .To disable markers, set this property to None.

Observação

Essa propriedade é aplicável somente a LegendCell objetos com um LegendCellType de SeriesSymbol ou Image .This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

Aplica-se a