LegendCellCollection.Insert Method (Int32, LegendCellType, String, ContentAlignment)
.NET Framework (current version)
Inserts a legend cell with the specified cell type, text and alignment into the collection at a given location.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public void Insert( int index, LegendCellType cellType, string text, ContentAlignment alignment )
Parameters
- index
-
Type:
System.Int32
Index of the location to insert the object.
- cellType
-
Type:
System.Web.UI.DataVisualization.Charting.LegendCellType
A LegendCellType value that represents the cell type.
- text
-
Type:
System.String
A string value that represents either the cell text or its image name, depending on the value of the cellType parameter.
- alignment
-
Type:
System.Drawing.ContentAlignment
A ContentAlignment enumeration value that represents the alignment of the legend cell content.
.NET Framework
Available since 4.0
Available since 4.0
Show: