LegendCellColumn Constructor (String, LegendCellColumnType, String)

.NET Framework (current version)
 

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

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

public LegendCellColumn(
	string headerText,
	LegendCellColumnType columnType,
	string text
)

Parameters

headerText
Type: System.String

The header text for the legend cell column.

columnType
Type: System.Web.UI.DataVisualization.Charting.LegendCellColumnType

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

text
Type: System.String

The text of the legend cell column.

.NET Framework
Available since 4.0
Return to top
Show: