IVZEffects

Assembly: 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
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.

Methods

  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:

Visualizators Assembly Interfaces