The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Labels


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: property Labels: TBoxPlotLabel;

The Labels property controls the appearance of the boxplot labels. The sub-properties of the Labels property (see table below) control all labels at once (all labels of a boxplot show the same layout).

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.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): box_plot


Last Update: 2023-Dec-13