LegendCellColumn 類別

定義

表示圖例中的資料格資料行,用來擴充預設圖例的功能。

public ref class LegendCellColumn : System::Web::UI::DataVisualization::Charting::ChartNamedElement, System::Web::UI::DataVisualization::Charting::IChartMapArea
public class LegendCellColumn : System.Web.UI.DataVisualization.Charting.ChartNamedElement, System.Web.UI.DataVisualization.Charting.IChartMapArea
type LegendCellColumn = class
    inherit ChartNamedElement
    interface IChartMapArea
Public Class LegendCellColumn
Inherits ChartNamedElement
Implements IChartMapArea
繼承
實作

備註

任意數目的儲存格資料行可以依任何順序放置,讓您有彈性地擴充預設圖例專案的功能。

圖例資料格資料行僅適用于從數列或資料點自動產生的專案。

建構函式

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

取得這個圖例資料格資料行所屬的圖例。

MapAreaAttributes

取得或設定圖例資料格資料行的對應區域屬性。

Margins

取得或設定圖例資料格資料行的邊界。

MaximumWidth

取得或設定圖例資料格資料行的寬度上限。

MinimumWidth

取得或設定圖例資料格資料行的寬度下限。

Name

取得或設定圖例資料格資料行的名稱。

PostBackValue

取得或設定可在 Click 事件上處理的回傳值。

SeriesSymbolSize

取得或設定圖例資料格資料行中顯示之數列符號的大小。

Tag

取得或設定與這個圖表項目關聯的物件。

(繼承來源 ChartElement)
Text

取得或設定圖例資料格資料行的文字。

ToolTip

取得或設定圖例資料格資料行的工具提示文字。

Url

取得或設定圖例資料格資料行的 URL 目標,這個目標是從數列或資料點自動產生。

方法

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)

適用於