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

CandleStick2DModel.GetPredefinedKinds() Method

Provides access to the collection of pre-defined Candle Stick models.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public static IEnumerable<CandleStick2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<CandleStick2DKind>

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

See Also