FinancialSeries Class
The base class for the Candlestick and Stock series.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public abstract class FinancialSeries :
XYSeries
Remarks
Financial series (also called Low-High-Open-Close series) are useful in analyzing stock prices, bond prices, and commodities behaviors.
Inheritance
Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
See Also