RadarChartSeriesFluent extension
Generated fluent modifiers for RadarChartSeries.
Methods
-
clearColor(
) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Clears RadarChartSeries.color tonull. -
clearMetadata(
) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Clears RadarChartSeries.metadata tonull. -
clearName(
) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Clears RadarChartSeries.name tonull. -
clearUnit(
) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Clears RadarChartSeries.unit tonull. -
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 withvalue. -
withMetadata(
Map< String, dynamic> value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.metadata withvalue. -
withName(
String value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.name withvalue. -
withRadarStyle(
RadarSeriesStyle value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.radarStyle withvalue. -
withShowInLegend(
bool value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.showInLegend withvalue. -
withShowInTrackingTooltip(
bool value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.showInTrackingTooltip withvalue. -
withShowTrackingAxisLabel(
bool value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.showTrackingAxisLabel withvalue. -
withUnit(
String value) → RadarChartSeries -
Available on RadarChartSeries, provided by the RadarChartSeriesFluent extension
Replaces RadarChartSeries.unit withvalue.