IVZBaseDataVisualizer

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZBaseDataVisualizer interface is used to work with basic settings of visualizer.

Inheritance Hierarchy

          IVZInteractable

          IVZBaseDataVisualizer

Comments

It is a basic interface for IVZDataVisualizer.

To get an object used to work with basic settings of visualizer, cast visualizer interface (for example: IVZBubbleTree) to IVZBaseDataVisualizer.

Properties

  Property name Brief description
The Background property determines brush settings for visualizer background.
The EnableAnimating property determines whether visualizer animation is enabled.
The Formatter property returns an object for visualizer data formatting.
The IsDirty property determines whether there are changes in visualizer.
The IsPrintMode determines whether print mode is active.

Methods

  Method name Brief description
The Draw method renders visualizer to a graphic object.
The GetBitmap method gets bitmap of visualizer.

See also:

Visualizators Assembly Interfaces