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

BorderCandleStick2DModel Class

Represents the Border Candle Stick pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class BorderCandleStick2DModel :
    PredefinedCandleStick2DModel

Remarks

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

See Also