Skip to main content

FinancialSeries2D Class

Represents the base class for Candle Stick and Stock series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public abstract class FinancialSeries2D :
    XYSeries2D,
    IBarSeriesView

#Remarks

The FinancialSeries2D class exposes the FinancialSeries2D.ReductionOptions and FinancialSeries2D.ValueToDisplay properties.

#Examples

The following example demonstrates how to create a 2D Candle Stick chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add a CandleStickSeries2D object with points to the diagram's Diagram.Series collection.

#Implements

See Also