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 Sub Insert ( index As Integer, cellType As LegendCellType, text As String, alignment As ContentAlignment )
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: