TCustomBoxSeries.Median
TCustomBoxSeries
property Median: Double;
Unit
TeeBoxPlot
Description
Read from Median to get SampleValues median value. Write to Median to override TCustomBoxSeries default calculating algorithm and use supplied value to construct box plot.
NOTE: Writing to Median does not ensure custom value will be used to construct a box plot. An additional requirement is the UseCustomValues property is true.