IVZColorLegendBase

Assembly: Visualizators;

Description

The IVZColorLegendBase interface is used to work with a visualizer color legend.

Inheritance Hierarchy

          IVZPlacedControlBase

          IVZLegendBase

          IVZColorLegendBase

Comments

This interface is basic for the following interfaces:

Visualizer color scale parameters can be obtained in the IVZLegends.Item property after casting to the IVZColorLegendBase type.

The scale may look as follows:

Properties

  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.

Methods

  Method name Brief description
SetupLegendItems The SetupLegendItems method determines settings of comparing data from source for visualizer legend color scale.

See also:

Visualizators Assembly Interfaces