Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StepSeriesOptions

Interface can be used to define the X and Y Axis that a series should be attached to, and define Shape for points of series, indicate typeS of line step.

Index

Properties

Properties

Optional mode

mode : StepOptions

Step behavior for StepSeries.

Optional pointShape

pointShape : PointShape

PointShape Shape for points of series.

Optional xAxis

xAxis : Axis

X Axis to attach the series to.

Optional yAxis

yAxis : Axis

Y Axis to attach the series to.