Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.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 | |
The Count property returns the number of effects in the collection. | ||
The Item property returns effect from the collection of effects by the specified index. |
Method name | Brief description | |
The Add add new effect to the collection of effects. |
||
The Clear method clears the collection of effects. | ||
The InsertAt method inserts effect to the specified position of the collection. | ||
The Remove method removes effect from the collection by the specified index. |
See also: