LegendItemsCollection::Add Method

.NET Framework (current version)
 

Adds a custom LegendItem object to the end of the collection.

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

NameDescription
System_CAPS_pubmethodAdd(T)

Adds an object to the end of the Collection<T>. (Inherited from Collection<T>.)

System_CAPS_pubmethodAdd(Color, String^)

Adds a custom LegendItem object with the specified text and symbol color to the end of the collection.

System_CAPS_pubmethodAdd(String^, String^)

Adds a custom LegendItem object with the specified image to the end of the collection.

Return to top
Show: