Skip to main content
A newer version of this page is available.

DXSeriesBase Class

The base class for all series within the Chart library.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public class DXSeriesBase :
    DXChartElement

Remarks

You should use the DXSeries class’ descendants to display data in DXChart, and DXPieSeries class’ descendants to display data in a DXPieChart instead of creating instances of this class directly.

Implements

IEquatable<Foundation.NSObject>
Foundation.INSObjectProtocol
ObjCRuntime.INativeObject
See Also