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

SimpleCandleStick2DModel Class

Represents the Simple Candle Stick pre-defined model.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public class SimpleCandleStick2DModel :
    PredefinedCandleStick2DModel

Remarks

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

See Also