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

FlatCandleStick2DModel Class

Represents the Flat Candle Stick pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class FlatCandleStick2DModel :
    PredefinedCandleStick2DModel

Remarks

To take effect, an instance of the FlatCandleStick2DModel class must be assigned to the CandleStickSeries2D.Model property.

See Also