withAngularAxis method
- PolarCategoryAxisConfig value
Replaces PolarChartConfig.angularAxis with value.
Implementation
PolarChartConfig withAngularAxis(PolarCategoryAxisConfig value) =>
copyWith(angularAxis: value);
Replaces PolarChartConfig.angularAxis with value.
PolarChartConfig withAngularAxis(PolarCategoryAxisConfig value) =>
copyWith(angularAxis: value);