Assembly: Visualizators;
The IVZEffects interface is used to work with the collection of effects (IVZEffect) used to highlight a control.
IVZEffects
This interface is used in IVZDataVisualizer (HoverActiveEffects, HoverInactiveEffects, SelectActiveEffects, SelectInactiveEffects) and IVZMapChartShape (Effects).
Property name | Brief description | |
Count | The Count property returns the number of effects in the collection. | |
Item | The Item property returns effect from the collection of effects by the specified index. |
Method name | Brief description | |
Add | The Add add new effect to the collection of effects. |
|
Clear | The Clear method clears the collection of effects. | |
InsertAt | The InsertAt method inserts effect to the specified position of the collection. | |
Remove | The Remove method removes effect from the collection by the specified index. |
See also: