IVZLegendBase

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

DefaultFormat

The DefaultFormat property determines legend number format.

Footer

The Footer property determines footer for legend.

FooterLine

The FooterLine property determines an object used to work with footer line of visualizer legend.

Header

The Header property determines legend header.

HeaderLine

The HeaderLine property determines an object used to work with header line of visualizer legend.

IsDependent

The IsDependent property determines dependency of legend from data.

IsOverlap

The IsOverlap property determines whether the legend does not reduce visualizer workspace.

Properties inherited from the IVZPlacedControlBase Interface

  Property name Brief description

Style

The Style property determines style of control.

HorizontalAlignment

The HorizontalAlignment property determines horizontal alignment of control.

VerticalAlignment

The VerticalAlignment property determines vertical alignment of control.

Visible

The Visible property determines visibility of control.

See also:

Visualizators Assembly Interfaces