HighchartsTilemapSeriesOptions constructor
HighchartsTilemapSeriesOptions({
- HighchartsSeriesAccessibilityOptions? accessibility,
- bool? allowPointSelect,
- bool? animation,
- double? borderRadius,
- double? borderWidth,
- String? className,
- bool? clip,
- String? color,
- dynamic colorAxis,
- double? colorIndex,
- String? colorKey,
- double? colsize,
- bool? crisp,
- String? cursor,
- Map<
String, dynamic> ? custom, - HighchartsTilemapSeriesDataLabelsOptions? dataLabels,
- String? description,
- bool? enableMouseTracking,
- HighchartsSeriesEventsOptions? events,
- String? id,
- bool? inactiveOtherPoints,
- bool? includeInDataExport,
- double? index,
- bool? interpolation,
- List<
String> ? keys, - HighchartsSeriesLabelOptions? label,
- double? legendIndex,
- String? legendSymbol,
- String? linkedTo,
- String? negativeColor,
- String? nullColor,
- bool? nullInteraction,
- HighchartsSeriesOnPointOptions? onPoint,
- double? opacity,
- HighchartsSeriesPointOptions? point,
- dynamic pointDescriptionFormat,
- dynamic pointDescriptionFormatter,
- double? pointPadding,
- bool? relativeXValue,
- double? rowsize,
- bool? selected,
- bool? showCheckbox,
- bool? showInLegend,
- HighchartsSeriesSonificationOptions? sonification,
- HighchartsTilemapSeriesStatesOptions? states,
- bool? stickyTracking,
- String? tileShape,
- HighchartsTilemapSeriesTooltipOptions? tooltip,
- double? turboThreshold,
- bool? visible,
- dynamic xAxis,
- dynamic yAxis,
- double? zIndex,
- String? zoneAxis,
- List<
HighchartsSeriesZonesOptions> ? zones, - bool? zoomEnabled,
A tilemap
series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highcharts/series.tilemap
Implementation
HighchartsTilemapSeriesOptions(
{this.accessibility,
this.allowPointSelect,
this.animation,
this.borderRadius,
this.borderWidth,
this.className,
this.clip,
this.color,
this.colorAxis,
this.colorIndex,
this.colorKey,
this.colsize,
this.crisp,
this.cursor,
this.custom,
this.dataLabels,
this.description,
this.enableMouseTracking,
this.events,
this.id,
this.inactiveOtherPoints,
this.includeInDataExport,
this.index,
this.interpolation,
this.keys,
this.label,
this.legendIndex,
this.legendSymbol,
this.linkedTo,
this.negativeColor,
this.nullColor,
this.nullInteraction,
this.onPoint,
this.opacity,
this.point,
this.pointDescriptionFormat,
this.pointDescriptionFormatter,
this.pointPadding,
this.relativeXValue,
this.rowsize,
this.selected,
this.showCheckbox,
this.showInLegend,
this.skipKeyboardNavigation,
this.sonification,
this.states,
this.stickyTracking,
this.tileShape,
this.tooltip,
this.turboThreshold,
this.visible,
this.xAxis,
this.yAxis,
this.zIndex,
this.zoneAxis,
this.zones,
this.zoomEnabled});