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 attach 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

X Axis to attach the series to.

Optional yAxis

yAxis: Axis

Y Axis to attach the series to.