IXYSeriesData.GetDataType() Method
Returns the type of data the series displays.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
SeriesDataType GetDataType()
Returns
Type | Description |
---|---|
SeriesDataType | The type of data the series displays. |
See Also