LegendItemsCollection::Add Method
.NET Framework (current version)
Adds a custom LegendItem object to the end of the collection.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<T>.) |
![]() | Add(Color, String^) | Adds a custom LegendItem object with the specified text and symbol color to the end of the collection. |
![]() | Add(String^, String^) | Adds a custom LegendItem object with the specified image to the end of the collection. |
Show:
