LegendCellColumn 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示圖例中的資料格資料行,用來擴充預設圖例的功能。
public ref class LegendCellColumn : System::Windows::Forms::DataVisualization::Charting::ChartNamedElement
public class LegendCellColumn : System.Windows.Forms.DataVisualization.Charting.ChartNamedElement
type LegendCellColumn = class
inherit ChartNamedElement
Public Class LegendCellColumn
Inherits ChartNamedElement
- 繼承
備註
任何數目的資料格資料行都可以依任何順序放置,讓您有彈性地擴充預設圖例專案的能力。
圖例資料格資料行僅適用于從數列或資料點自動產生的專案。
建構函式
LegendCellColumn() |
初始化 LegendCellColumn 類別的新執行個體。 |
LegendCellColumn(String, LegendCellColumnType, String) |
使用指定的標頭文字、資料行型別和資料行資料格文字,初始化 LegendCellColumn 類別的新執行個體。 |
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) |
使用指定的標頭文字、資料行型別、資料行資料格文字和內容對齊方式,初始化 LegendCellColumn 類別的新執行個體。 |
屬性
Alignment |
取得或設定圖例資料行內容對齊方式。 |
BackColor |
取得或設定圖例資料格資料行的背景色彩。 |
ColumnType |
取得或設定圖例資料格資料行型別。 |
Font |
取得或設定圖例資料行文字的字型。 |
ForeColor |
取得或設定圖例資料格資料行的文字色彩。 |
HeaderAlignment |
取得或設定圖例資料格資料行標頭的水平文字對齊方式。 |
HeaderBackColor |
取得或設定圖例資料格資料行標頭的背景色彩。 |
HeaderFont |
取得或設定圖例資料行標頭中使用的字型。 |
HeaderForeColor |
取得或設定圖例資料行標頭文字 (HeaderText 屬性) 的色彩。 |
HeaderText |
取得或設定圖例資料格資料行標頭的文字。 |
Legend |
取得此圖例資料格資料行所屬的圖例。 |
Margins |
取得或設定圖例資料格資料行的邊界。 |
MaximumWidth |
取得或設定圖例資料格資料行的寬度上限。 |
MinimumWidth |
取得或設定圖例資料格資料行的寬度下限。 |
Name |
取得或設定圖例資料格資料行的名稱。 |
SeriesSymbolSize |
取得或設定圖例資料格資料行中顯示之數列符號的大小。 |
Tag |
取得或設定與這個圖表項目關聯的物件。 (繼承來源 ChartElement) |
Text |
取得或設定圖例資料格資料行的文字。 |
ToolTip |
取得或設定圖例資料格資料行的工具提示文字。 |
方法
Dispose() |
釋放 ChartElement 使用的資源。 (繼承來源 ChartElement) |
Dispose(Boolean) |
釋放 LegendCellColumn 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。 |
Equals(Object) |
判斷指定的 Object 是否等於目前的 ChartElement。 (繼承來源 ChartElement) |
GetHashCode() |
傳回特定型別的雜湊函式。 (繼承來源 ChartElement) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ShouldSerializeMargins() |
判斷是否應序列化屬性。 |
ToString() |
傳回表示目前 Object 的字串。 (繼承來源 ChartElement) |