The Box Series plots a vertical box series.

For a list of all members of this type, see Box Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Steema.TeeChart.Drawing.TeeBase
            Steema.TeeChart.Styles.Series
               Steema.TeeChart.Styles.BaseLine
                  Steema.TeeChart.Styles.CustomPoint
                     Steema.TeeChart.Styles.Points
                        Steema.TeeChart.Styles.CustomBox
public class Box : CustomBox , IComponent, IDisposable, ICloneable
, IOriginalCursor, ISeriesPointer
How the  Box plot is determined:

         The p-th percentile (ranging from 0 to 1.0) is computed as

         Zp = (1-d)*X[k] + d*X[k+1],  

        where k+1 equals the integer part of P(n+1), d is the fractional part of
        p(n+1), and X[k-1] is the kth observation when the data are sorted from
        lowest to highest.

Requirements

Namespace: Steema.TeeChart.Styles Namespace

Assembly: TeeChart.dll

See Also

Box members | Steema.TeeChart.Styles Namespace