共用方式為


LegendCellColumn.ColumnType 屬性

定義

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

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

屬性值

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

備註

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

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

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

適用於