AreaChartSeriesFluent extension
Generated fluent modifiers for AreaChartSeries.
Methods
-
clearAboveBaselineFillColor(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.aboveBaselineFillColor tonull. -
clearBaselineValue(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.baselineValue tonull. -
clearBelowBaselineFillColor(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.belowBaselineFillColor tonull. -
clearColor(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.color tonull. -
clearDataPointLabels(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.dataPointLabels tonull. -
clearFillGradient(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.fillGradient tonull. -
clearInlineLabel(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.inlineLabel tonull. -
clearMetadata(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.metadata tonull. -
clearName(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.name tonull. -
clearStyle(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.style tonull. -
clearUnit(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.unit tonull. -
clearYAxisConfig(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.yAxisConfig tonull. -
clearYAxisId(
) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Clears AreaChartSeries.yAxisId tonull. -
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 withvalue. -
withAnnotations(
List< ChartAnnotation> value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.annotations withvalue. -
withBaselineValue(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.baselineValue withvalue. -
withBelowBaselineFillColor(
Color value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.belowBaselineFillColor withvalue. -
withColor(
Color value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.color withvalue. -
withDashPattern(
List< double> value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.dashPattern withvalue. -
withDataPointLabels(
DataPointLabelConfig value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.dataPointLabels withvalue. -
withDataPointMarkerBackground(
Color value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.dataPointMarkerBackground withvalue. -
withDataPointMarkerRadius(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.dataPointMarkerRadius withvalue. -
withDataPointMarkerStyle(
DataPointMarkerStyle value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.dataPointMarkerStyle withvalue. -
withFillGradient(
AreaGradient value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.fillGradient withvalue. -
withFillOpacity(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.fillOpacity withvalue. -
withInlineLabel(
SeriesInlineLabelConfig value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.inlineLabel withvalue. -
withInterpolation(
LineInterpolation value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.interpolation withvalue. -
withLineGlow(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.lineGlow withvalue. -
withMetadata(
Map< String, dynamic> value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.metadata withvalue. -
withName(
String value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.name withvalue. -
withPathAnimation(
PathAnimationStyle value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.pathAnimation withvalue. -
withPoints(
List< ChartDataPoint> value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.points withvalue. -
withShowDataPointMarkers(
bool value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.showDataPointMarkers withvalue. -
withShowInLegend(
bool value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.showInLegend withvalue. -
withShowInTrackingTooltip(
bool value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.showInTrackingTooltip withvalue. -
withShowTrackingAxisLabel(
bool value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.showTrackingAxisLabel withvalue. -
withStrokeWidth(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.strokeWidth withvalue. -
withStyle(
SeriesStyle value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.style withvalue. -
withTension(
double value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.tension withvalue. -
withUnit(
String value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.unit withvalue. -
withXOrdered(
bool value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.isXOrdered withvalue. -
withYAxisConfig(
YAxisConfig value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.yAxisConfig withvalue. -
withYAxisId(
String value) → AreaChartSeries -
Available on AreaChartSeries, provided by the AreaChartSeriesFluent extension
Replaces AreaChartSeries.yAxisId withvalue.