Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointSeriesOptions

Interface can be used to define the X and Y Axis that a series should attach to, and define Shape for points of series.

Index

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 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.