LegendItemsCollection::Insert Method

.NET Framework (current version)
 

Inserts a custom LegendItem object into the collection at the given location.

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

NameDescription
System_CAPS_pubmethodInsert(Int32, T)

Inserts an element into the Collection<T> at the specified index.(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, Color, String^)

Inserts a LegendItem object with the specified text and symbol color into the collection at the specified location.

System_CAPS_pubmethodInsert(Int32, String^, String^)

Inserts a LegendItem object with the specified text and symbol image into the collection at the specified location.

Return to top
Show: