HighchartsTilemapSeriesDataDataLabelsOptions constructor
HighchartsTilemapSeriesDataDataLabelsOptions({
- String? align,
- String? alignTo,
- bool? allowOverlap,
- HighchartsSeriesDataLabelsAnimationOptions? animation,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- String? className,
- String? color,
- bool? crop,
- bool? defer,
- double? distance,
- bool? enabled,
- HighchartsSeriesDataLabelsFilterOptions? filter,
- String? format,
- HighchartsCallback? formatter,
- bool? inside,
- double? labelrank,
- String? nullFormat,
- HighchartsCallback? nullFormatter,
- String? overflow,
- List<
double> ? padding, - String? position,
- double? rotation,
- Map<
String, dynamic> ? shadow, - String? shape,
- Map<
String, String> ? style, - HighchartsSeriesDataLabelsTextPathOptions? textPath,
- bool? useHTML,
- String? verticalAlign,
- double? x,
- double? y,
Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels with exception of zIndex which is applied on the data label's parent group.
API Docs: https://api.highcharts.com/highcharts/series.tilemap.data.dataLabels
Implementation
HighchartsTilemapSeriesDataDataLabelsOptions(
{this.align,
this.alignTo,
this.allowOverlap,
this.animation,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.className,
this.color,
this.crop,
this.defer,
this.distance,
this.enabled,
this.filter,
this.format,
this.formatter,
this.inside,
this.labelrank,
this.nullFormat,
this.nullFormatter,
this.overflow,
this.padding,
this.position,
this.rotation,
this.shadow,
this.shape,
this.style,
this.textPath,
this.useHTML,
this.verticalAlign,
this.x,
this.y});