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.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
new : headerText:string * columnType:LegendCellColumnType * text:string -> LegendCellColumn
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
Available since 4.0
Show: