Sdílet prostřednictvím


Legend.TableStyle Vlastnost

Definice

Získá nebo nastaví styl tabulky legendy.

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

Hodnota vlastnosti

LegendTableStyle

LegendTableStyleHodnota výčtu, která určuje styl tabulky legendy.

Atributy

Poznámky

Tato vlastnost je platná pouze v případě, že LegendStyle je vlastnost nastavena na hodnotu Table .

Platí pro