categoryLabels property

Range? get categoryLabels

Implementation

Range? get categoryLabels {
  return _categoryLabels;
}
set categoryLabels (Range? value)

Set the chart range values

Implementation

set categoryLabels(Range? value) {
  _categoryLabels = value;
}