Optional - the option of disabling / enabling scaling of the SciChartSurfaceBase. If false - the SciChartSurfaceBase will take the height and width of parent div without scaling.
Optional - the height aspect ratio of the SciChartSurfaceBase. By default SciChart will scale to fit the parent Div. However if height of the div is not provided it will use width/height aspect ratio to calculate the height. The default ratio is 3/2.
Allows you to set custom Id for the surface;
Allows you to customize the loading elements or animation as part of the HTML page / DOM when a SciChartSurface or SciChart3DSurface is loading WebAssembly.
Set to false for disabling.
Optional - The theme applied to the SciChartSurfaceBase on startup
Sets a touch-action
property to the canvas style.
Useful if touch interactions in browser should be configured.
https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
Optional - the width aspect ratio of the SciChartSurfaceBase. By default SciChart will scale to fit the parent Div. However if height of the div is not provided it will use width/height aspect ratio to calculate the height. The default ratio is 3/2.
Generated using TypeDoc
Options passed to a SciChart3DSurface in the SciChart3DSurface.create function