DXPieChart.RemoveSeriesAtIndex(nint) Method
Removes a series with the specified index from the Pie chart.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual void RemoveSeriesAtIndex(
nint index
)
Parameters
Name | Type | Description |
---|---|---|
index | nint | The zero based index of the series to remove. |
See Also