Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SegmentSeriesOptions

Interface for supplying readonly configurations to a SegmentSeries.

Index

Properties

Properties

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.