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

StockElements Enum

Lists the elements that define the Stock custom model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public enum StockElements

Members

Name Description
OpenLine

The Open line of the Stock series’ point model.

CloseLine

The Close line of the Stock series’ point model.

CenterLine

The center line of the Stock series’ point model.

See Also