Skip to main content

StockType Enum

Lists the values used to specify whether Open and Close markers are displayed within a Stock (Candle Stick) chart.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum StockType

#Members

Name Description
Both

Series points display both the Open and Close price values.

Open

Series points display only Open price values.

Close

Series points display only Close price values.

#Passed To

You can pass StockType values to the StockSeries2D.ShowOpenClose property.

#Remarks

The values listed by this enumeration are used to set the StockSeries2D.ShowOpenClose property.

See Also