RadarChartSeriesFluent extension

Generated fluent modifiers for RadarChartSeries.

on

Methods

clearColor() RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Clears RadarChartSeries.color to null.
clearMetadata() RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Clears RadarChartSeries.metadata to null.
clearName() RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Clears RadarChartSeries.name to null.
clearUnit() RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Clears RadarChartSeries.unit to null.
updateRadarStyle(RadarSeriesStyle update(RadarSeriesStyle current)) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Rebuilds RadarChartSeries.radarStyle from its current value.
withColor(Color value) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Replaces RadarChartSeries.color with value.
withMetadata(Map<String, dynamic> value) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

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

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Replaces RadarChartSeries.name with value.
withRadarStyle(RadarSeriesStyle value) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Replaces RadarChartSeries.radarStyle with value.
withShowInLegend(bool value) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

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

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

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

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Replaces RadarChartSeries.showTrackingAxisLabel with value.
withUnit(String value) RadarChartSeries

Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension

Replaces RadarChartSeries.unit with value.