Back to Devexpress

FinancialSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-f14a4961.md

latest3.7 KB
Original Source

FinancialSeriesViewBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class FinancialSeriesViewBase :
    XYDiagramSeriesViewBase,
    IBarSeriesView,
    IFinancialSeriesView,
    ISeriesView
vb
Public MustInherit Class FinancialSeriesViewBase
    Inherits XYDiagramSeriesViewBase
    Implements 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.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase FinancialSeriesViewBase CandleStickSeriesView

StockSeriesView

See Also

FinancialSeriesViewBase Members

SeriesViewBase

StockSeriesView

CandleStickSeriesView

DevExpress.XtraCharts Namespace