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



GridStyle


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: property GridStyle: TBoxPlotGridStyle;

The property GridStyle determines the type of the grid:

bpgsNone No grid is displayed
bpgsLines Either vertical or horizontal grid lines are displayed (depending on the property Orientation)
bpgsDotLines Either vertical or horizontal dotted lines are displayed (depending on the property Orientation)

Hint: Grid lines are rather costly as far as processing time is concerned. Thus you should be careful to avoid too many grid lines if the drawing speed of the chart is crucial.

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