RadialBarChartConfigFluent extension
Generated fluent modifiers for RadialBarChartConfig.
Methods
-
updateCategoryLabels(
RadialBarCategoryLabelConfig update(RadialBarCategoryLabelConfig current)) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Rebuilds RadialBarChartConfig.categoryLabels from its current value. -
updatePane(
PolarPaneConfig update(PolarPaneConfig current)) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Rebuilds RadialBarChartConfig.pane from its current value. -
withCategoryLabels(
RadialBarCategoryLabelConfig value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.categoryLabels withvalue. -
withPane(
PolarPaneConfig value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.pane withvalue. -
withShowCategoryLabels(
bool value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.showCategoryLabels withvalue. -
withShowGridLines(
bool value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.showGridLines withvalue. -
withShowScaleLabels(
bool value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.showScaleLabels withvalue. -
withThresholds(
List< RadialBarThreshold> value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.thresholds withvalue. -
withTickCount(
int value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.tickCount withvalue. -
withTrackGap(
double value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.trackGap withvalue. -
withTrackOrder(
RadialBarTrackOrder value) → RadialBarChartConfig -
Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension
Replaces RadialBarChartConfig.trackOrder withvalue.