PolarChartConfigFluent extension

Generated fluent modifiers for PolarChartConfig.

on

Methods

updateAngularAxis(PolarCategoryAxisConfig update(PolarCategoryAxisConfig current)) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Rebuilds PolarChartConfig.angularAxis from its current value.
updateComposition(PolarColumnCompositionConfig update(PolarColumnCompositionConfig current)) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Rebuilds PolarChartConfig.composition from its current value.
updatePane(PolarPaneConfig update(PolarPaneConfig current)) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Rebuilds PolarChartConfig.pane from its current value.
updateRadialAxis(PolarNumericAxisConfig update(PolarNumericAxisConfig current)) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Rebuilds PolarChartConfig.radialAxis from its current value.
withAngularAxis(PolarCategoryAxisConfig value) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Replaces PolarChartConfig.angularAxis with value.
withComposition(PolarColumnCompositionConfig value) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Replaces PolarChartConfig.composition with value.
withPane(PolarPaneConfig value) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Replaces PolarChartConfig.pane with value.
withRadialAxis(PolarNumericAxisConfig value) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Replaces PolarChartConfig.radialAxis with value.
withThresholds(List<PolarThreshold> value) PolarChartConfig

Available on PolarChartConfig, provided by the PolarChartConfigFluent extension

Replaces PolarChartConfig.thresholds with value.