One or an array of TAnnotationDefinition to describe annotations to apply to the chart
Whether to create this chart using a dedicated webassembly context. See SciChartSurface.createSingle
One or an array of TModifierDefinition to describe modifiers to apply to the chart
A function, or name of a registered OnCreated function that will be run after the chart is built, receiving the sciChartSurface as a parameter
One or an array of TSeriesDefinition to describe the renderable series
A TSharedDataDefinition object that defines data that can be referenced by the series
Subcharts to be added to this surface
Optional I2DSurfaceOptions to pass to the surface
One or an array of TAxisDefinition to describe the X Axes. Defaults to a single numeric axis
One or an array of TAxisDefinition to describe the Y Axes. Defaults to a single numeric axis
Generated using TypeDoc
A definition that can be used to build a 2D Chart using chartBuilder.buildChart