Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineSeriesOptions

Interface can be used to define the X and Y Axis that a series should be attached to, and define type of dataPattern.

Index

Properties

Properties

Optional dataPattern

dataPattern : DataPattern

Optional property to enable optimizations for data that follows a certain pattern.

See DataPatterns for a collection of options. If the Series is supplied with data that does not respect the given DataPattern, it might behave unexpectedly.

Optional xAxis

xAxis : Axis

X Axis to attach the series to.

Optional yAxis

yAxis : Axis

Y Axis to attach the series to.