| Unit: | SDL_boxplot |
| Class: |
TBoxPlot |
| Declaration: |
property OnBeforeBoxDraw: TOnBeforeBoxDrawEvent;
{TOnBeforeBoxDrawEvent = procedure (Sender: TObject; Column: integer; var ColorLines, ColorBody, ColorMinMax, Color90Perc, ColorMean, ColorMedian: TColor) of object;}
|
The event OnBeforeBoxDraw occurs before each single box of a boxplot chart is drawn. It is intended to give the user the opportunity to adjust the colors of individual boxes. See TOnBeforeBoxDrawEvent for a detailed description of the event.
|