HighchartsOrganizationSeriesNodesOptions constructor
HighchartsOrganizationSeriesNodesOptions({
- String? color,
- double? colorIndex,
- double? column,
- HighchartsOrganizationSeriesNodesDataLabelsOptions? dataLabels,
- String? description,
- double? height,
- String? id,
- String? image,
- String? layout,
- double? level,
- String? name,
- dynamic offset,
- dynamic offsetHorizontal,
- dynamic offsetVertical,
- String? title,
A collection of options for the individual nodes. The nodes in an org chart are auto-generated instances of Highcharts.Point
, but options can be applied here and linked by the id
.
API Docs: https://api.highcharts.com/highcharts/series.organization.nodes
Implementation
HighchartsOrganizationSeriesNodesOptions(
{this.color,
this.colorIndex,
this.column,
this.dataLabels,
this.description,
this.height,
this.id,
this.image,
this.layout,
this.level,
this.name,
this.offset,
this.offsetHorizontal,
this.offsetVertical,
this.title});