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

X Axis to attach the series to.

Optional yAxis

yAxis: Axis

Y Axis to attach the series to.