ICustomBoxSeries.AdjacentPoint1
ICustomBoxSeries

property AdjacentPoint1: Double;

Type Library
TeeChartx

Description
Read from AdjacentPoint1 to get SampleValues lower adjacent point. AdjacentPoint1 is the data point that is

closest to InnerFence1, without lying bellow InnerFence1. Write to AdjacentPoint1 to override ICustomBoxSeries default calculating algorithm and use supplied value to construct box plot.

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