ICalculatedSeriesData.Series Property
Returns a series that provides its data items to a Calculated series to which data belongs.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
Series Series { get; }
Property Value
Type | Description |
---|---|
Series | The source series. |
See Also