LegendCellColumn Constructor

.NET Framework (current version)
 

Initializes a new instance of the LegendCellColumn class.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodLegendCellColumn()

Initializes a new instance of the LegendCellColumn class.

System_CAPS_pubmethodLegendCellColumn(String^, LegendCellColumnType, String^)

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

System_CAPS_pubmethodLegendCellColumn(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.

Return to top
Show: