Compartilhar via


Legend.TableStyle Propriedade

Definição

Obtém ou define o estilo da tabela de legendas.

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

Valor da propriedade

Um LegendTableStyle valor de enumeração que especifica o estilo da tabela de legendas.

Atributos

Comentários

Essa propriedade só será aplicável se a LegendStyle propriedade estiver definida como Table.

Aplica-se a