Options
All
  • Public
  • Public/Protected
  • All
Menu

A definition that can be used to build a 3D Chart using chartBuilder.buildChart or chartBuilder.build3DChart

Hierarchy

  • ISciChart3DDefinition

Index

Properties

Optional createSingle

createSingle: boolean

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

Optional modifiers

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

Optional onCreated

onCreated: ((surface: SciChart3DSurface) => 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 TSeriesDefinition3D to describe the renderable series

Optional sharedData

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

Optional surface

Optional I2DSurfaceOptions to pass to the surface

Optional xAxis

One TAxis3DDefinition to describe the X Axis.

Optional yAxis

One TAxis3DDefinition to describe the Y Axis.

Optional zAxis

One TAxis3DDefinition to describe the Z Axis.

Generated using TypeDoc