nodes property
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
List<HighchartsOrganizationSeriesNodesOptions>? nodes;