FinancialSeries Class
In This Article
The base class for the Candlestick and Stock series.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
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
System.Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
See Also