Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OHLCSeriesOptions<PositiveFigure, NegativeFigure, OHLCSeriesType>

Interface can be used to define the X and Y Axis that a series should be attached to, type of OHLCFigure used for positive segments, negative segments and series.

Index

Properties

Optional negativeFigure

negativeFigure : OHLCFigureConstructor<NegativeFigure>

Type of OHLCFigure used for negative segments.

Optional positiveFigure

positiveFigure : OHLCFigureConstructor<PositiveFigure>

Type of OHLCFigure used for positive segments.

Optional seriesConstructor

seriesConstructor : OHLCSeriesConstructor<PositiveFigure, NegativeFigure, OHLCSeriesType>

Type of OHLCSeries created.

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.