SDL Component Suite - BoxPlot

The TBoxPlot component is a chart component which creates statistical charts called box plots (for background information on box plots please visit Fundamentals of Statistics). The principle of generating one or several box plots is quite simple: the data for the box plot is contained in a data table. Each column of the data table forms the basis of a box plot, thus a table with, for example, 5 columns results in 5 box plots which are arranged in the same order as the columns.

The application of TBoxPlot is straightforward: simply store your data in the internal data table of the component, and the data will be displayed as box plots automatically. The results can be panned, zoomed and displayed in various directions with various colors. More details can be found in the online help pages.

The unit BOXPLOT is part of the SDL Component Suite.

Free Sample Program

Box_Plot This programming example shows most of the features of the TBoxPlot component. The user may change the data as well as the layout of the box plots. box_plot.zip
(327 kB)



What's new:

  • Release 12.0   [Dec-12, 2023]
     
    • no changes

  • Release 10.7   [Aug-24, 2020]
     
    • no changes

  • Release 10.6   [Mar-09, 2018]
     
    • no changes

  • Release 10.5   [Oct-10, 2016]
     
    • no changes

  • Release 10.4   [Jun-02, 2015]
     
    • no changes

  • Release 10.3   [Oct-06, 2014]
     
    • VCL styles are now supported and coupled to the property StyleElements

  • Release 10.2   [May-30, 2013]
     
    • no changes

  • Release 10.1   [Oct-29, 2012]
     
    • no changes

  • Release 10.0   [Oct-4, 2011]
     
    • no changes

  • Release 9.7   [May-31, 2010]
     
    • bug fix: memory leak fixed (due to not freeing FLabels)

  • Release 9.51   [Dec-01, 2008]
     
    • no changes

  • Release 9.5   [Oct-31, 2008]
     
    • no changes

  • Release 9.0   [May-28, 2007]
     
    • bug fix: number of horizontal boxplots can now exceed 30 without throwing exceptions

  • Release 8.5   [Feb-18, 2006]
     
    • first release to the public