Assembly: Visualizators;
The VZLegendItems class implements an object that is used to work with the collection of visualizer legend items.
To implement an object that is used to work with visualizer legend item, use VZLegendItem.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of legend items in the collection. |
![]() |
Item | The Item property returns visualizer legend item by its index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a visualizer legend item to collection. |
![]() |
Clear | The Clear method clears collection of visualizer legend items. |
![]() |
InsertAt | The InsertAt method inserts the specified visualizer legend item to the specified position in the collection. |
![]() |
Remove | The Remove method removes visualizer legend item by its index. |
See also: