Aracılığıyla paylaş


LegendCellColumn Oluşturucular

Tanım

LegendCellColumn sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

LegendCellColumn()

LegendCellColumn sınıfının yeni bir örneğini başlatır.

LegendCellColumn(String, LegendCellColumnType, String)

LegendCellColumnBelirtilen üstbilgi metni, sütun türü ve sütun hücresi metni ile sınıfın yeni bir örneğini başlatır.

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

LegendCellColumnBelirtilen üst bilgi metni, sütun türü, sütun hücresi metni ve içerik hizalaması ile sınıfın yeni bir örneğini başlatır.

LegendCellColumn()

LegendCellColumn sınıfının yeni bir örneğini başlatır.

public:
 LegendCellColumn();
public LegendCellColumn ();
Public Sub New ()

Şunlara uygulanır

LegendCellColumn(String, LegendCellColumnType, String)

LegendCellColumnBelirtilen üstbilgi metni, sütun türü ve sütun hücresi metni ile sınıfın yeni bir örneğini başlatır.

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)

Parametreler

headerText
String

Gösterge hücresi sütun üst bilgisi için metin.

columnType
LegendCellColumnType

LegendCellColumnTypeGösterge hücresi sütun türünü temsil eden bir numaralandırma değeri.

text
String

Gösterge hücresi sütunu için metin.

Şunlara uygulanır

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

LegendCellColumnBelirtilen üst bilgi metni, sütun türü, sütun hücresi metni ve içerik hizalaması ile sınıfın yeni bir örneğini başlatır.

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)

Parametreler

headerText
String

Gösterge hücresi sütun üst bilgisi için metin.

columnType
LegendCellColumnType

LegendCellColumnTypeGösterge hücresi sütun türünü temsil eden bir numaralandırma değeri.

text
String

Gösterge hücresi sütunu için metin.

alignment
ContentAlignment

Gösterge sütunu içerik hizalaması.

Şunlara uygulanır