Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GaugeChartOptions <GaugeChartType >

Interface that can be used to define Gauge Chart configurations that can't be changed after creation.

Example usage:

Desired result Value
Gauge Chart with default type undefined
Gauge Chart with specified type { type: GaugeChartTypes.Solid }

Index

Properties

Properties

Optional type

Interface for specifying desired "type" of Gauge Chart. This can be used to select different gauge types.

Options are located in GaugeChartTypes-collection. If undefined, will default to Solid.