Skip to main content
A newer version of this page is available. .

FinancialSeriesViewBase Class

Represents the base class for series views of the financial type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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.

See Also