Options
All
  • Public
  • Public/Protected
  • All
Menu

A definition that can be used to build a 2D Chart using chartBuilder.buildChart

Hierarchy

  • ISciChart2DDefinition

Index

Properties

Optional annotations

One or an array of TAnnotationDefinition to describe annotations to apply to the chart

Optional createSingle

createSingle: boolean

Whether to create this chart using a dedicated webassembly context. See SciChartSurface.createSingle

Optional modifiers

One or an array of TModifierDefinition to describe modifiers to apply to the chart

Optional onCreated

onCreated: ((surface: SciChartSurface) => Promise<void>) | string

A function, or name of a registered OnCreated function that will be run after the chart is built, receiving the sciChartSurface as a parameter

Optional series

One or an array of TSeriesDefinition to describe the renderable series

Optional sharedData

A TSharedDataDefinition object that defines data that can be referenced by the series

Optional subCharts

subCharts: ISubChartDefinition[]

Subcharts to be added to this surface

Optional surface

Optional I2DSurfaceOptions to pass to the surface

Optional xAxes

One or an array of TAxisDefinition to describe the X Axes. Defaults to a single numeric axis

Optional yAxes

One or an array of TAxisDefinition to describe the Y Axes. Defaults to a single numeric axis

Generated using TypeDoc