FinancialSeriesViewBase Class
Represents the base class for series views of the financial type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class FinancialSeriesViewBase :
XYDiagramSeriesViewBase,
IBarSeriesView,
IFinancialSeriesView,
ISeriesView
Remarks
The FinancialSeriesViewBase class serves as a base for the StockSeriesView and CandleStickSeriesView classes which provide the functionality of financial series view types within a chart control. The properties and methods which are defined by the FinancialSeriesViewBase class implement the base financial series view functionality and are common to all financial types of series views.
In addition to the common view settings inherited from the base SeriesViewBase class, the FinancialSeriesViewBase class declares the settings specific to the financial type which allow you to define the width of lines (FinancialSeriesViewBase.LineThickness), the length of specific level lines (FinancialSeriesViewBase.LevelLineLength) and control how a price reduction is indicated within a series (FinancialSeriesViewBase.ReductionOptions).
For more information, refer to Financial Series Views.