Legend.TableStyle 属性
定义
获取或设置图例表样式。Gets or sets the legend table style.
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
属性值
一个 LegendTableStyle 枚举值,该值指定图例表样式。A LegendTableStyle enumeration value that specifies the legend table style.
- 属性
注解
仅当属性设置为时,此属性才适用 LegendStyle Table 。This property is only applicable if the LegendStyle property is set to Table.