GaugeChartSeriesFluent extension

Generated fluent modifiers for GaugeChartSeries.

on

Methods

clearColor() GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Clears GaugeChartSeries.color to null.
clearMetadata() GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Clears GaugeChartSeries.metadata to null.
clearName() GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Clears GaugeChartSeries.name to null.
clearTarget() GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Clears GaugeChartSeries.target to null.
clearUnit() GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Clears GaugeChartSeries.unit to null.
withColor(Color value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.color with value.
withIndicatorStyle(GaugeIndicatorStyle value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.indicatorStyle with value.
withMaximum(double value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.maximum with value.
withMetadata(Map<String, dynamic> value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.metadata with value.
withMetric(String value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.metric with value.
withMinimum(double value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.minimum with value.
withName(String value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.name with value.
withShowInLegend(bool value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.showInLegend with value.
withShowInTrackingTooltip(bool value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.showInTrackingTooltip with value.
withShowTrackingAxisLabel(bool value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.showTrackingAxisLabel with value.
withTarget(GaugeTarget value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.target with value.
withThresholds(List<GaugeThreshold> value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.thresholds with value.
withUnit(String value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.unit with value.
withValue(double value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.value with value.
withZones(List<GaugeZone> value) GaugeChartSeries

Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension

Replaces GaugeChartSeries.zones with value.