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