LegendItemsCollection::Insert Method
.NET Framework (current version)
Inserts a custom LegendItem object into the collection at the given location.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Insert(Int32, T) | Inserts an element into the Collection<T> at the specified index.(Inherited from Collection<T>.) |
![]() | Insert(Int32, Color, String^) | Inserts a LegendItem object with the specified text and symbol color into the collection at the specified location. |
![]() | Insert(Int32, String^, String^) | Inserts a LegendItem object with the specified text and symbol image into the collection at the specified location. |
Show:
