AreaChartSeriesFluent extension

Generated fluent modifiers for AreaChartSeries.

on

Methods

clearAboveBaselineFillColor() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.aboveBaselineFillColor to null.
clearBaselineValue() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.baselineValue to null.
clearBelowBaselineFillColor() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.belowBaselineFillColor to null.
clearColor() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.color to null.
clearDataPointLabels() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.dataPointLabels to null.
clearFillGradient() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.fillGradient to null.
clearInlineLabel() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.inlineLabel to null.
clearMetadata() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.metadata to null.
clearName() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.name to null.
clearStyle() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.style to null.
clearUnit() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.unit to null.
clearYAxisConfig() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.yAxisConfig to null.
clearYAxisId() AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Clears AreaChartSeries.yAxisId to null.
updatePathAnimation(PathAnimationStyle update(PathAnimationStyle current)) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Rebuilds AreaChartSeries.pathAnimation from its current value.
withAboveBaselineFillColor(Color value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.aboveBaselineFillColor with value.
withAnnotations(List<ChartAnnotation> value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.annotations with value.
withBaselineValue(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.baselineValue with value.
withBelowBaselineFillColor(Color value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.belowBaselineFillColor with value.
withColor(Color value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.color with value.
withDashPattern(List<double> value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.dashPattern with value.
withDataPointLabels(DataPointLabelConfig value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.dataPointLabels with value.
withDataPointMarkerBackground(Color value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.dataPointMarkerBackground with value.
withDataPointMarkerRadius(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.dataPointMarkerRadius with value.
withDataPointMarkerStyle(DataPointMarkerStyle value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.dataPointMarkerStyle with value.
withFillGradient(AreaGradient value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.fillGradient with value.
withFillOpacity(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.fillOpacity with value.
withInlineLabel(SeriesInlineLabelConfig value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.inlineLabel with value.
withInterpolation(LineInterpolation value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.interpolation with value.
withLineGlow(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.lineGlow with value.
withMetadata(Map<String, dynamic> value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.metadata with value.
withName(String value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.name with value.
withPathAnimation(PathAnimationStyle value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.pathAnimation with value.
withPoints(List<ChartDataPoint> value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.points with value.
withShowDataPointMarkers(bool value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.showDataPointMarkers with value.
withShowInLegend(bool value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

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

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

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

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.showTrackingAxisLabel with value.
withStrokeWidth(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.strokeWidth with value.
withStyle(SeriesStyle value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.style with value.
withTension(double value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.tension with value.
withUnit(String value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.unit with value.
withXOrdered(bool value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.isXOrdered with value.
withYAxisConfig(YAxisConfig value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.yAxisConfig with value.
withYAxisId(String value) AreaChartSeries

Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension

Replaces AreaChartSeries.yAxisId with value.