LegendCellColumn 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 LegendCellColumn 類別的新執行個體。
多載
LegendCellColumn() |
初始化 LegendCellColumn 類別的新執行個體。 |
LegendCellColumn(String, LegendCellColumnType, String) |
使用指定的標頭文字、資料行型別和資料行資料格文字,初始化 LegendCellColumn 類別的新執行個體。 |
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) |
使用指定的標頭文字、資料行型別、資料行資料格文字和內容對齊方式,初始化 LegendCellColumn 類別的新執行個體。 |
LegendCellColumn()
初始化 LegendCellColumn 類別的新執行個體。
public:
LegendCellColumn();
public LegendCellColumn ();
Public Sub New ()
適用於
LegendCellColumn(String, LegendCellColumnType, String)
使用指定的標頭文字、資料行型別和資料行資料格文字,初始化 LegendCellColumn 類別的新執行個體。
public:
LegendCellColumn(System::String ^ headerText, System::Windows::Forms::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text);
public LegendCellColumn (string headerText, System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType columnType, string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn : string * System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType * string -> System.Windows.Forms.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String)
參數
- headerText
- String
圖例資料格資料行標題的文字。
- columnType
- LegendCellColumnType
LegendCellColumnType 列舉值,表示圖例資料格資料行類型。
- text
- String
圖例資料格資料行的文字。
適用於
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)
使用指定的標頭文字、資料行型別、資料行資料格文字和內容對齊方式,初始化 LegendCellColumn 類別的新執行個體。
public:
LegendCellColumn(System::String ^ headerText, System::Windows::Forms::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCellColumn (string headerText, System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType columnType, string text, System.Drawing.ContentAlignment alignment);
new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn : string * System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType * string * System.Drawing.ContentAlignment -> System.Windows.Forms.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String, alignment As ContentAlignment)
參數
- headerText
- String
圖例資料格資料行標題的文字。
- columnType
- LegendCellColumnType
LegendCellColumnType 列舉值,表示圖例資料格資料行類型。
- text
- String
圖例資料格資料行的文字。
- alignment
- ContentAlignment
圖例資料行內容對齊方式。