sortSpecs property

List<SortSpec>? sortSpecs
getter/setter pair

The order to sort the chart data by.

Only a single sort spec is supported. Only supported for data source charts.

Implementation

core.List<SortSpec>? sortSpecs;