IVZSizeLegend

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.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
The Marker property determines the figure used as a marker of size legend element.
The MaxValue property determines maximum value of visualizer size legend.
The MaxValueFormat property determines format of record for maximum value of visualizer size legend.
The MinValue property determines minimum value of visualizer size scale.
The ValueFormat property determines format of record for minimum value of visualizer size legend.
The TextSpacing property determines labels indent from graphic elements of visualizer size legend.

Properties inherited from the IVZLegendBase Interface

  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