LineChartSeriesFluent extension

Generated fluent modifiers for LineChartSeries.

on

Methods

clearColor() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.color to null.
clearDataPointLabels() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.dataPointLabels to null.
clearInlineLabel() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.inlineLabel to null.
clearMetadata() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.metadata to null.
clearName() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.name to null.
clearStyle() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.style to null.
clearUnit() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.unit to null.
clearYAxisConfig() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Clears LineChartSeries.yAxisConfig to null.
clearYAxisId() LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Rebuilds LineChartSeries.pathAnimation from its current value.
withAnnotations(List<ChartAnnotation> value) LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Replaces LineChartSeries.annotations with value.
withColor(Color value) LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Replaces LineChartSeries.dataPointMarkerStyle with value.
withInlineLabel(SeriesInlineLabelConfig value) LineChartSeries

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

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

Available on LineChartSeries, provided by the LineChartSeriesFluent extension

Replaces LineChartSeries.yAxisId with value.