GaugeChartSeriesFluent extension
Generated fluent modifiers for GaugeChartSeries.
Methods
-
clearColor(
) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Clears GaugeChartSeries.color tonull. -
clearMetadata(
) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Clears GaugeChartSeries.metadata tonull. -
clearName(
) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Clears GaugeChartSeries.name tonull. -
clearTarget(
) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Clears GaugeChartSeries.target tonull. -
clearUnit(
) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Clears GaugeChartSeries.unit tonull. -
withColor(
Color value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.color withvalue. -
withIndicatorStyle(
GaugeIndicatorStyle value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.indicatorStyle withvalue. -
withMaximum(
double value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.maximum withvalue. -
withMetadata(
Map< String, dynamic> value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.metadata withvalue. -
withMetric(
String value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.metric withvalue. -
withMinimum(
double value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.minimum withvalue. -
withName(
String value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.name withvalue. -
withShowInLegend(
bool value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.showInLegend withvalue. -
withShowInTrackingTooltip(
bool value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.showInTrackingTooltip withvalue. -
withShowTrackingAxisLabel(
bool value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.showTrackingAxisLabel withvalue. -
withTarget(
GaugeTarget value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.target withvalue. -
withThresholds(
List< GaugeThreshold> value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.thresholds withvalue. -
withUnit(
String value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.unit withvalue. -
withValue(
double value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.value withvalue. -
withZones(
List< GaugeZone> value) → GaugeChartSeries -
Available on GaugeChartSeries, provided by the GaugeChartSeriesFluent extension
Replaces GaugeChartSeries.zones withvalue.