IVZIntervalsLegend

Assembly: Visualizators;

Description

The IVZIntervalsLegend interface is used to work with a visualizer legend that has intervals.

Inheritance Hierarchy

IVZPlacedControlBase

    IVZLegendBase

        IVZColorLegendBase

            IVZIntervalsLegend

Comments

Legend parameters can be obtained in the IVZLegends.Item property after it is cast to the IVZIntervalsLegend type.

The legend may look as follows:

Properties

  Property name Brief description
CellPadding The CellPadding property determines the visualizer legend area, in which elements are located.
CellSpacing The CellSpacing property determines horizontal and vertical indents of the elements of legend with intervals.
ColorApplying The ColorApplying property determines type of the area fill, in which visualizer legend elements are located.
ColumnsCount The ColumnsCount property determines the number of columns in the legend with intervals.
EqualFormat The EqualFormat property determines format of record for intervals including borders in the legend with intervals.
HorizontalCellsAligment The HorizontalCellsAligment property determines type of horizontal alignment of visualizer legend elements.
IncludeEquals The IncludeEquals property determines whether intervals with borders are used in the legend with intervals.
Marker The Marker property returns legend marker.
Mode The Mode property determines display mode for the legend with intervals.
TextHorizontalAlignment The TextHorizontalAlignment property determines horizontal alignment of text label of the element of the legend with intervals.
TextSpacing The TextSpacing property determines text indent inside the element of the legend with intervals.

Properties inherited from the IVZColorLegendBase Interface

  Property name Brief description

AutoColumnsCount

The AutoColumnsCount property determines whether the number of columns is set automatically for color legend elements.

BetweenFormat

The BetweenFormat property determines format of record for intervals with both borders.

DoHighlight

The DoHighlight property determines whether color scale elements can be highlighted.

GreaterFormat

The GreaterFormat property determines format of record for intervals with the left border.

HighlightBrush

The HighlightBrush property determines the brush that is used to highlight visualizer legend elements.

HoverMode

The HoverMode property determines, on which action a legend element is highlighted.

InactiveBrush

The InactiveBrush property determines the brush for inactive element of visualizer.

Items

The Items property determines the collection of color legend elements.

LessFormat

The LessFormat property determines format of record for intervals with the right border.

NoDataPosition

The NoDataPosition property determines position of the elements that correspond to non-available data in the visualizer.

NoDataText

The NoDataText property determines a label for the element corresponding to non-available data in the visualizer.

NoDataVisible

The NoDataVisible property determines visibility of the element corresponding to non-available data in the visualizer.

Scale

The Scale property determines a scale for visualizer color 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