GaugeChartConfigFluent extension
Generated fluent modifiers for GaugeChartConfig.
Methods
-
updateCenter(
GaugeCenterConfig update(GaugeCenterConfig current)) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Rebuilds GaugeChartConfig.center from its current value. -
updatePane(
PolarPaneConfig update(PolarPaneConfig current)) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Rebuilds GaugeChartConfig.pane from its current value. -
updateReferences(
GaugeReferenceStyle update(GaugeReferenceStyle current)) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Rebuilds GaugeChartConfig.references from its current value. -
updateScale(
GaugeScaleStyle update(GaugeScaleStyle current)) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Rebuilds GaugeChartConfig.scale from its current value. -
updateZones(
GaugeZoneStyle update(GaugeZoneStyle current)) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Rebuilds GaugeChartConfig.zones from its current value. -
withCenter(
GaugeCenterConfig value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.center withvalue. -
withColorIndicatorByActiveZone(
bool value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.colorIndicatorByActiveZone withvalue. -
withMinorTicksPerInterval(
int value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.minorTicksPerInterval withvalue. -
withPane(
PolarPaneConfig value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.pane withvalue. -
withReferences(
GaugeReferenceStyle value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.references withvalue. -
withScale(
GaugeScaleStyle value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.scale withvalue. -
withShowAxis(
bool value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.showAxis withvalue. -
withShowTickLabels(
bool value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.showTickLabels withvalue. -
withShowTicks(
bool value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.showTicks withvalue. -
withShowZones(
bool value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.showZones withvalue. -
withTickCount(
int value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.tickCount withvalue. -
withZones(
GaugeZoneStyle value) → GaugeChartConfig -
Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension
Replaces GaugeChartConfig.zones withvalue.