Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoxSeriesOptions<FigureType>

Interface can be used to define the X and Y Axis that a series should be attached to, define type of StatisticFigure and type of dimensionStrategy.

Index

Properties

Optional dimensionStrategy

dimensionStrategy : MultidimensionalStrategy

DimensionStrategy Strategy used for selecting between vertical and horizontal Box Series.

Optional figure

figure : BoxFigureConstructor<FigureType>

Figure type of StatisticFigure used for visualizing segments.

Currently only BoxAndWhiskers is implemented.

Optional xAxis

xAxis : Axis

Optional non-default X Axis to attach series to.

By default, series are attached to the same X Axis, that is returned by ChartXY.getDefaultAxisX.

Optional yAxis

yAxis : Axis

Optional non-default Y Axis to attach series to.

By default, series are attached to the same Y Axis, that is returned by ChartXY.getDefaultAxisY.