HighchartsTreegraphSeriesDataLabelsOptions constructor
HighchartsTreegraphSeriesDataLabelsOptions({
- String? align,
- String? alignTo,
- bool? allowOverlap,
- HighchartsSeriesDataLabelsAnimationOptions? animation,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- String? className,
- String? color,
- bool? crop,
- bool? defer,
- bool? enabled,
- HighchartsSeriesDataLabelsFilterOptions? filter,
- String? format,
- HighchartsCallback? formatter,
- bool? headers,
- bool? inside,
- HighchartsTreegraphSeriesDataLabelsLinkTextPathOptions? linkTextPath,
- String? nullFormat,
- HighchartsCallback? nullFormatter,
- String? overflow,
- double? padding,
- String? position,
- double? rotation,
- Map<
String, dynamic> ? shadow, - String? shape,
- HighchartsTreegraphSeriesDataLabelsStyleOptions? style,
- HighchartsSeriesDataLabelsTextPathOptions? textPath,
- bool? useHTML,
- String? verticalAlign,
- double? x,
- double? y,
- double? zIndex,
Options for the data labels appearing on top of the nodes and links. For treegraph charts, data labels are visible for the nodes by default, but hidden for links. This is controlled by modifying the nodeFormat
, and the format
that applies to links and is an empty string by default.
API Docs: https://api.highcharts.com/highcharts/series.treegraph.dataLabels
Implementation
HighchartsTreegraphSeriesDataLabelsOptions(
{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.enabled,
this.filter,
this.format,
this.formatter,
this.headers,
this.inside,
this.linkTextPath,
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,
this.zIndex});