Compartir vía


Legend.TableStyle Propiedad

Definición

Obtiene o establece el estilo de tabla de leyenda.

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 de propiedad

Valor LegendTableStyle de enumeración que especifica el estilo de tabla de leyenda.

Atributos

Comentarios

Esta propiedad solo es aplicable si la LegendStyle propiedad está establecida Tableen .

Se aplica a