PieChartSeriesFluent extension

Generated fluent modifiers for PieChartSeries.

on

Methods

clearColor() PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Clears PieChartSeries.color to null.
clearMetadata() PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Clears PieChartSeries.metadata to null.
clearName() PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Clears PieChartSeries.name to null.
clearSliceGroupingConfig() PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Clears PieChartSeries.sliceGroupingConfig to null.
clearUnit() PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Clears PieChartSeries.unit to null.
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 with value.
withDataLabels(PieDataLabelConfig value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.dataLabels with value.
withMetadata(Map<String, dynamic> value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

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

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.name with value.
withPieStyle(PieChartStyle value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.pieStyle with value.
withPoints(List<ChartDataPoint> value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.points with value.
withSelectionStyle(RadialSelectionStyle value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.selectionStyle with value.
withShowInLegend(bool value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

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

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

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

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.showTrackingAxisLabel with value.
withSliceGroupingConfig(RadialSliceGroupingConfig value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.sliceGroupingConfig with value.
withUnit(String value) PieChartSeries

Available on PieChartSeries, provided by the PieChartSeriesFluent extension

Replaces PieChartSeries.unit with value.