Creates a new HeatmapLegend wrapping a SciChartSurface. Use the {@link HeatmapLegend.create()} function to create this asynchronously
Returns the inner SciChartSurface which renders the heatmap legend
Deletes the HeatmapLegend control, its innerSciChartSurface and all associated webassembly memory
Gets the default GradientStops to apply to the inner SciChartSurface
Gets the default options to apply to the inner SciChartSurface xAxis. Must conform to IAxisBase2dOptions interface
Gets the default options to apply to the inner SciChartSurface yAxis. Must conform to IAxisBase2dOptions interface
Asynchronously creates a HeatmapLegend and @link TSciChart | WebAssembly Context} to occupy the div by element ID in your DOM.
The Div Element ID or reference where the HeatmapLegend will reside
Optional - Optional parameters for chart creation. See IHeatmapLegendOptions for more details
Generated using TypeDoc
The HeatmapLegend displays a control which hosts a SciChartSurface in a specific Div on the chart. The legend contains a gradient fill and can be used in conjunction with UniformHeatmapRenderableSeries, NonUniformHeatmapRenderableSeries or SurfaceMeshRenderableSeries3D to allow the user to see what colors map to what values on the heatmap or surface.
This control will expand to fit its parent Div. Suggest placing the div to the right and floating 100px wide to create a good effect.