Optional - Properties of the canvas border
Optional - the option of disabling / enabling scaling of the SciChartSurface. If false - the SciChartSurface will take the height and width of parent div without scaling.
Optional - the height aspect ratio of the SciChartSurface. 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.
Optional - Prove a layoutManager to customise the axis layout. Use CentralAxesLayoutManager for an easy way to configure central axes.
Allows you to customize the loading elements or animation as part of the HTML page / DOM when a SciChartSurface or SciChart3DSurface is loading WebAssembly
Optional - Padding between the SciChartSurface and its inner elements. Default 10
Optional - The theme applied to the SciChartSurface on startup
Optional - Properties of the viewport border (where series are drawn)
Optional - the width aspect ratio of the SciChartSurface. 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 for passing to the SciChartOverview.create method