Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IHeatmapLegendOptions

Index

Properties

Optional colorMap

The HeatmapColorMap instance, which maps heatmap z-values to colors or an IHeatmapColorMapOptions object which will be used to build a HeatmapColorMap

Optional theme

theme: IThemeProvider | ({ type: string | EThemeProviderType } & IThemePartial)

Optional - The theme applied to the inner SciChartSurface on startup

remarks

see IThemeProvider for properties which can affect SciChart theme. Two default themes are included out of the box SciChartJSLightTheme and SciChartJSDarkTheme. Custom themes may be created by implementing IThemeProvider

Optional yAxisOptions

yAxisOptions: IAxisBase2dOptions

Optional - options applied to the yaxis used in the inner SciChartSurface in the HeatmapLegend control

Generated using TypeDoc