Whether to create this chart using a dedicated webassembly context. See SciChart3DSurface.createSingle
One or an array of TModifier3DDefinition 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 TSeriesDefinition3D to describe the renderable series
A TSharedDataDefinition object that defines data that can be referenced by the series
Optional I2DSurfaceOptions to pass to the surface
One TAxis3DDefinition to describe the X Axis.
One TAxis3DDefinition to describe the Y Axis.
One TAxis3DDefinition to describe the Z Axis.
Generated using TypeDoc
A definition that can be used to build a 3D Chart using chartBuilder.buildChart or chartBuilder.build3DChart