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

Stock2DModel.GetPredefinedKinds() Method

Provides access to the collection of pre-defined Stock models.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public static IEnumerable<Stock2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<Stock2DKind>

A collection of the CandleStick2DKind objects corresponding to the available pre-defined Candle Stick models.

See Also