LegendCellColumn Constructors

Definition

Initializes a new instance of the LegendCellColumn class.

Overloads

LegendCellColumn()

Initializes a new instance of the LegendCellColumn class.

LegendCellColumn(String, LegendCellColumnType, String)

Initializes a new instance of the LegendCellColumn class with the specified header text, column type and column cell text.

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

Initializes a new instance of the LegendCellColumn class with the specified header text, column type, column cell text and content alignment.

LegendCellColumn()

Initializes a new instance of the LegendCellColumn class.

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

Applies to

LegendCellColumn(String, LegendCellColumnType, String)

Initializes a new instance of the LegendCellColumn class with the specified header text, column type and column cell text.

public:
 LegendCellColumn(System::String ^ headerText, System::Web::UI::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text);
public LegendCellColumn (string headerText, System.Web.UI.DataVisualization.Charting.LegendCellColumnType columnType, string text);
new System.Web.UI.DataVisualization.Charting.LegendCellColumn : string * System.Web.UI.DataVisualization.Charting.LegendCellColumnType * string -> System.Web.UI.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String)

Parameters

headerText
String

The header text for the legend cell column.

columnType
LegendCellColumnType

A LegendCellColumnType enumeration value that specifies the type that will be used to define the legend cell column contents.

text
String

The text of the legend cell column.

Applies to

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

Initializes a new instance of the LegendCellColumn class with the specified header text, column type, column cell text and content alignment.

public:
 LegendCellColumn(System::String ^ headerText, System::Web::UI::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCellColumn (string headerText, System.Web.UI.DataVisualization.Charting.LegendCellColumnType columnType, string text, System.Drawing.ContentAlignment alignment);
new System.Web.UI.DataVisualization.Charting.LegendCellColumn : string * System.Web.UI.DataVisualization.Charting.LegendCellColumnType * string * System.Drawing.ContentAlignment -> System.Web.UI.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String, alignment As ContentAlignment)

Parameters

headerText
String

The header text for the legend cell column.

columnType
LegendCellColumnType

A LegendCellColumnType enumeration value that specifies the type that will be used to define the legend cell column contents.

text
String

The text of the legend cell column.

alignment
ContentAlignment

The alignment of the legend cell contents.

Applies to