IVZEffects

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZEffects interface is used to work with the collection of effects (IVZEffect) used to highlight a control.

Inheritance Hierarchy

IVZEffects

Comments

This interface is used in IVZDataVisualizer (HoverActiveEffects, HoverInactiveEffects, SelectActiveEffects, SelectInactiveEffects) and IVZMapChartShape (Effects).

Properties

  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.

Methods

  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:

Visualizators Assembly Interfaces