ICalculatedSeriesData.Series Property
In This Article
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
C#
Series Series { get; }
#Property Value
Type | Description |
---|---|
Series | The source series. |
See Also