Skip to main content

Stock2DModel.GetPredefinedKinds() Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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