ICustomBoxSeries.AdjacentPoint3
ICustomBoxSeries

property AdjacentPoint3: Double;

Type Library
TeeChartx

Description
Read from AdjacentPoint3 to get SampleValues upper adjacent point. AdjacentPoint3 is the data point that is

closest to InnerFence3, without lying above InnerFence3. Write to AdjacentPoint3 to override ICustomBoxSeries default calculating algorithm and use supplied value to construct box plot.

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