GaugeChartConfigFluent extension

Generated fluent modifiers for GaugeChartConfig.

on

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 with value.
withColorIndicatorByActiveZone(bool value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.colorIndicatorByActiveZone with value.
withMinorTicksPerInterval(int value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.minorTicksPerInterval with value.
withPane(PolarPaneConfig value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.pane with value.
withReferences(GaugeReferenceStyle value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.references with value.
withScale(GaugeScaleStyle value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.scale with value.
withShowAxis(bool value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.showAxis with value.
withShowTickLabels(bool value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.showTickLabels with value.
withShowTicks(bool value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.showTicks with value.
withShowZones(bool value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.showZones with value.
withTickCount(int value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.tickCount with value.
withZones(GaugeZoneStyle value) GaugeChartConfig

Available on GaugeChartConfig, provided by the GaugeChartConfigFluent extension

Replaces GaugeChartConfig.zones with value.