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....



TBoxPlotLabel


Unit:SDL_boxplot
Class: none
Declaration:
TBoxPlotLabel = class (TCustomTextLabel)
private
  ... (removed for clarity)
public
  constructor Create;
published
  property Position: integer read FLabelPos write SetFLabelPos;
  property ColorBkg;
  property ColorBorder;
  property ColorShadow;
  property ShadowDx;
  property ShadowDy;
  property Transparent;
  property Font;
  property Mode;
  property Visible;
  property OnChange;
end;

The type TBoxPlotLabel declares a label inherited from TCustomTextLabel. It is used by the Labels property to speficy the common properties of all column labels used in the boxplot.



Last Update: 2023-Dec-14