categoryAxis property

CategoryAxisConfig? categoryAxis
final

Optional first-class category metadata for integer X values.

When supplied, category labels take precedence over labelFormatter at exact category centers. Numeric formatting remains available between categories for existing annotation and viewport behavior.

Implementation

final CategoryAxisConfig? categoryAxis;