IVZLegendBase

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZLegendBase interface is a basic interface used to work with visualizer legend.

Inheritance Hierarchy

          IVZPlacedControlBase

          IVZLegendBase

Comments

This interface is basic for the following interfaces:

To determine visualizer legend parameters, use the IVZLegends.Item property.

Properties

  Property name Brief description
The DefaultFormat property determines legend number format.
The Footer property determines footer for legend.
The FooterLine property determines an object used to work with footer line of visualizer legend.
The Header property determines legend header.
The HeaderLine property determines an object used to work with header line of visualizer legend.
The ID property determines legend identifier.
The IsDependent property determines dependency of legend from data.
The IsOverlap property determines whether the legend does not reduce visualizer workspace.

Properties inherited from the IVZPlacedControlBase Interface

  Property name Brief description
The Style property determines style of control.
The HorizontalAlignment property determines horizontal alignment of control.
The VerticalAlignment property determines vertical alignment of control.
The Visible property determines visibility of control.

See also:

Visualizators Assembly Interfaces