IVZSizeLegend

Assembly: Visualizators;

Description

The IVZSizeLegend interface is used to work with visualizer size legend.

Inheritance Hierarchy

          IVZPlacedControlBase

          IVZLegendBase

          IVZSizeLegend

Comments

Size legend parameters can be obtained in the IVZLegends.Item property after it is cast to the IVZSizeLegend type.

The size legend may look as follows:

Properties

  Property name Brief description
Marker

The Marker property determines the figure used as a marker of size legend element.
MaxValue

The MaxValue property determines maximum value of visualizer size legend.
MaxValueFormat

The MaxValueFormat property determines format of record for maximum value of visualizer size legend.
MinValue

The MinValue property determines minimum value of visualizer size scale.
MinValueFormat

The ValueFormat property determines format of record for minimum value of visualizer size legend.
TextSpacing

The TextSpacing property determines labels indent from graphic elements of visualizer size legend.

Properties inherited from the IVZLegendBase Interface

  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