PolarChartConfigFluent extension
Generated fluent modifiers for PolarChartConfig.
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 withvalue. -
withComposition(
PolarColumnCompositionConfig value) → PolarChartConfig -
Available on PolarChartConfig, provided by the PolarChartConfigFluent extension
Replaces PolarChartConfig.composition withvalue. -
withPane(
PolarPaneConfig value) → PolarChartConfig -
Available on PolarChartConfig, provided by the PolarChartConfigFluent extension
Replaces PolarChartConfig.pane withvalue. -
withRadialAxis(
PolarNumericAxisConfig value) → PolarChartConfig -
Available on PolarChartConfig, provided by the PolarChartConfigFluent extension
Replaces PolarChartConfig.radialAxis withvalue. -
withThresholds(
List< PolarThreshold> value) → PolarChartConfig -
Available on PolarChartConfig, provided by the PolarChartConfigFluent extension
Replaces PolarChartConfig.thresholds withvalue.