Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SplineSeriesOptions

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: DataPatternConstructor<FreeFormPattern | HorizontalPattern>

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

Supported DataPatterns:

  • DataPatterns.horizontalProgressive
  • DataPatterns.horizontalRegressive
  • DataPatterns.freeform

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.