CustomBox overview

Constructors

 ConstructorOverloaded

Public Methods

 AddAdd x-displacement position and values for Box valueset.
 ClickedPointer
 Draw
 DrawValueDraws the "ValueIndex" point of the Series.
 PrepareForGallery
 ReconstructFromDataReconstructs the box plot from series data

Public Properties

 AdjacentPoint1Read from AdjacentPoint1 to get SampleValues lower adjacent point limit. Write to AdjacentPoint1 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 AdjacentPoint3Read from AdjacentPoint3 to get SampleValues upper adjacent point limit. Write to AdjacentPoint3 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 BoxControls the appearance of CustomBoxSeries box.
 ExtrOutControls the appearance of the extreme range of outer points.
 InnerFence1Read from InnerFence1 to get SampleValues lower inner fence. Write to InnerFence1 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 InnerFence3Read from InnerFence3 to get SampleValues upper inner fence. Write to InnerFence3 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 MedianRead from Median to get SampleValues median value. Write to Median to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 MedianPenDefines the Pen to draw the median line.
 MildOutControls the appearance of the mid range of outer points.
 OuterFence1Read from OuterFence1 to get SampleValues lower outer fence. Write to OuterFence1 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 OuterFence3Read from OuterFence3 to get SampleValues upper outer fence. Write to OuterFence3 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 PositionSpecifies the position of box series.
 Quartile1Read from Quartile1 to get SampleValues first quartile. Write to Quartile1 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 Quartile3Read from Quartile3 to get SampleValues third quartile. Write to Quartile3 to override CustomBox Series default calculating algorithm and use supplied value to construct box plot.
 SampleValuesUse SampleValues property to get access to the values of Series.
 UseCustomValuesSet the UseCustomValues property to true if you want to override internal algorithm to construct a box plot.
 WhiskerLengthDefines the whisker length as a function of the inter-quartike range (IQR).
 WhiskerPenDefines the Pen to draw the whisker lines.

See Also

CustomBox Class | Steema.TeeChart.Styles Namespace