Assembly: Visualizators;
The IVZSizeLegend interface is used to work with visualizer size legend.
IVZSizeLegend
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:
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. |
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: