HighchartsGaugeSeriesOptions constructor
HighchartsGaugeSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- dynamic animation,
- String? className,
- bool? clip,
- String? color,
- double? colorIndex,
- bool? crisp,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsGaugeSeriesDataLabelsOptions? dataLabels,
- String? description,
- HighchartsGaugeSeriesDialOptions? dial,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- String? legendSymbolColor,
- double? lineWidth,
- String? linecap,
- String? linkedTo,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- double? overshoot,
- HighchartsGaugeSeriesPivotOptions? pivot,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointInterval,
- String? pointIntervalUnit,
- dynamic pointStart,
- bool? relativeXValue,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- bool? stickyTracking,
- HighchartsGaugeSeriesTooltipOptions? tooltip,
- bool? visible,
- bool? wrap,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- bool? zoomEnabled,
A gauge
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.gauge
Implementation
HighchartsGaugeSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.className,
this.clip,
this.color,
this.colorIndex,
this.crisp,
this.cursor,
this.custom,
this.dataLabels,
this.description,
this.dial,
this.enableMouseTracking,
this.events,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.keys,
this.label,
this.legendIndex,
this.legendSymbol,
this.legendSymbolColor,
this.lineWidth,
this.linecap,
this.linkedTo,
this.nullInteraction,
this.onPoint,
this.opacity,
this.overshoot,
this.pivot,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.pointInterval,
this.pointIntervalUnit,
this.pointStart,
this.relativeXValue,
this.selected,
this.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.sonification,
this.stickyTracking,
this.tooltip,
this.visible,
this.wrap,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoomEnabled});