共用方式為


LegendCellColumn.ColumnType 屬性

定義

取得或設定圖例資料格資料行型別。

public:
 virtual property System::Web::UI::DataVisualization::Charting::LegendCellColumnType ColumnType { System::Web::UI::DataVisualization::Charting::LegendCellColumnType get(); void set(System::Web::UI::DataVisualization::Charting::LegendCellColumnType value); };
public virtual System.Web.UI.DataVisualization.Charting.LegendCellColumnType ColumnType { get; set; }
member this.ColumnType : System.Web.UI.DataVisualization.Charting.LegendCellColumnType with get, set
Public Overridable Property ColumnType As LegendCellColumnType

屬性值

LegendCellColumnType 列舉值。 這個值表示此型別將用來定義圖例資料格資料行內容。 預設值是 Text

備註

這個屬性會決定每個個別圖例資料格資料行中顯示的內容類型。 有兩個可能的值:

  • Text:根據預設,#LEGENDTEXT關鍵字會用來在每個資料格資料行中放置 LegendText 值。 不過,您可以使用 Text 屬性來設定將取代為對應數列值的任何關鍵字 () 。

  • SeriesSymbol:圖例儲存格將包含數列符號,例如矩形、線條、具有標記的線條或標記,其填滿色彩與其對應的數列相同。

適用於