| Sub-Property |
Description |
| Position |
The Position property controls the distance of the label from the boundary of the boxplot chart. A positive value positions the label(s) either at the bottom or at the right to the boxplot(s) (depending on the value of the property Orientation) at a distance of Position pixels from the boundary. A negative value positions the label either on the top or the left of the boxplot. |
| ColorBkg |
Determines the background color of the label. |
| ColorBorder |
Controls the color of the label border. |
| ColorShadow |
Specifies the color of the label shadow. |
| ShadowDx |
The shift of the shadow along the x-axis. A zero value in both the properties ShadowDx and ShadowDy switches the shadow off. |
| ShadowDy |
The shift of the shadow along the y-axis. A zero value in both the properties ShadowDx and ShadowDy switches the shadow off. |
| Transparent |
Determines whether the label is transparent. |
| Font |
Controls the font of the label. |
| Mode |
Determines the type of the label. |
| Visible |
The boxplot labels are only visible if the sub-property Visible is set to TRUE. |
| OnChange |
The OnChange event is triggered whenever a parameter of the labels is changed. |