TCustomBoxSeries.Quartile3

TCustomBoxSeries.Quartile3
TCustomBoxSeries

property Quartile3: Double;

Unit
TeeBoxPlot

Description
Read from Quartile3 to get SampleValues third quartile. Approximately 75% of the data will fall on or
bellow Quartile3. Write to Quartile3 to override TCustomBoxSeries default calculating algorithm and use supplied value to construct box plot.

NOTE: Writing to Quartile3 does not ensure custom value will be used to construct a box plot. An additional requirement is the UseCustomValues property is true.