PieChartSeriesFluent extension
Generated fluent modifiers for PieChartSeries.
Methods
-
clearColor(
) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Clears PieChartSeries.color tonull. -
clearMetadata(
) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Clears PieChartSeries.metadata tonull. -
clearName(
) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Clears PieChartSeries.name tonull. -
clearSliceGroupingConfig(
) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Clears PieChartSeries.sliceGroupingConfig tonull. -
clearUnit(
) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Clears PieChartSeries.unit tonull. -
updateDataLabels(
PieDataLabelConfig update(PieDataLabelConfig current)) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Rebuilds PieChartSeries.dataLabels from its current value. -
updatePieStyle(
PieChartStyle update(PieChartStyle current)) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Rebuilds PieChartSeries.pieStyle from its current value. -
updateSelectionStyle(
RadialSelectionStyle update(RadialSelectionStyle current)) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Rebuilds PieChartSeries.selectionStyle from its current value. -
withColor(
Color value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.color withvalue. -
withDataLabels(
PieDataLabelConfig value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.dataLabels withvalue. -
withMetadata(
Map< String, dynamic> value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.metadata withvalue. -
withName(
String value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.name withvalue. -
withPieStyle(
PieChartStyle value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.pieStyle withvalue. -
withPoints(
List< ChartDataPoint> value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.points withvalue. -
withSelectionStyle(
RadialSelectionStyle value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.selectionStyle withvalue. -
withShowInLegend(
bool value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.showInLegend withvalue. -
withShowInTrackingTooltip(
bool value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.showInTrackingTooltip withvalue. -
withShowTrackingAxisLabel(
bool value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.showTrackingAxisLabel withvalue. -
withSliceGroupingConfig(
RadialSliceGroupingConfig value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.sliceGroupingConfig withvalue. -
withUnit(
String value) → PieChartSeries -
Available on PieChartSeries, provided by the PieChartSeriesFluent extension
Replaces PieChartSeries.unit withvalue.