Partilhar via


Legend.TableStyle Propriedade

Definição

Obtém ou define o estilo da tabela da 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

LegendTableStyle

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

Atributos

Comentários

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

Aplica-se a