RadialBarChartConfigFluent extension

Generated fluent modifiers for RadialBarChartConfig.

on

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 with value.
withPane(PolarPaneConfig value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.pane with value.
withShowCategoryLabels(bool value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.showCategoryLabels with value.
withShowGridLines(bool value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.showGridLines with value.
withShowScaleLabels(bool value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.showScaleLabels with value.
withThresholds(List<RadialBarThreshold> value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.thresholds with value.
withTickCount(int value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.tickCount with value.
withTrackGap(double value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.trackGap with value.
withTrackOrder(RadialBarTrackOrder value) RadialBarChartConfig

Available on RadialBarChartConfig, provided by the RadialBarChartConfigFluent extension

Replaces RadialBarChartConfig.trackOrder with value.