Assembly: Visualizators;
The IVZLegendBase interface is a basic interface used to work with visualizer legend.
IVZLegendBase
This interface is basic for the following interfaces:
To determine visualizer legend parameters, use the IVZLegends.Item property.
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 IsDependent property determines dependency of legend from data. | ||
The IsOverlap property determines whether the legend does not reduce visualizer workspace. |
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: