Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AreaSeriesOptions<AreaType>

Interface can be used to define the X and Y Axis that a series should be attached to, a reference number used for comparison and type of area series.

Index

Properties

Properties

Optional baseline

baseline : undefined | number

A fixed reference number.

Optional type

type : AreaType

Defines the type of area series. Selected option can enable/disable specific APIs!

See AreaSeriesTypes for a collection of options.

Optional xAxis

xAxis : Axis

X Axis to attach the series to.

Optional yAxis

yAxis : Axis

Y Axis to attach the series to.