Visualizators > Visualizators Assembly Interfaces > IVZMapChartLabelStyle
Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZMapChartLabelStyle interface is used to determine map layer label style.
IVZMapChartLabelStyle
This interface is used to determine position of map layer labels relative to topobase position.
Property name | Brief description | |
![]() |
The HorizontalAlignment property determines horizontal position of map layer labels relative to topobase position. | |
![]() |
The VerticalAlignment property determines vertical position of map layer labels relative to topobase position. |
Property name | Brief description | |
![]() |
The Alignment property determines alignment of text labels. | |
![]() |
The MaskText property determines a text mask. | |
![]() |
The NoDataText property determines the text, shown when data is not available. | |
![]() |
The TextWrapping property determines text wrapping in text labels. |
Property name | Brief description | |
![]() |
The Background property determines control background. | |
![]() |
The BorderPen property determines border style of control. | |
![]() |
The BorderRadius property determines element corner rounding radius. | |
![]() |
The Font property determines text font of control. | |
![]() |
The FontColor property determines color of control text font. | |
![]() |
The FontShadowColor property determines color of control text shadow. |
|
![]() |
The Margin property determines margins of a control. | |
![]() |
The Padding property determines paddings of a control. |
Method name | Brief description | |
![]() |
The GetBackground method returns the brush that sets control background for selected state. | |
![]() |
The GetBorderPen method returns the pen that sets style of control borders for selected state. | |
![]() |
The SetBackground method determines the brush that sets control background for selected state. | |
![]() |
The SetBorderPen method determines the pen that sets border style of control for selected state. |
See also: