Variable BarChartSortingConst

BarChartSorting: {
    Alphabetical: BarChartSorter;
    Ascending: BarChartSorter;
    Descending: BarChartSorter;
    Disabled: undefined;
    None: undefined;
} = ...

Built-in options for BarChartSorters.

See examples in setSorting.

Type declaration