Back to Devexpress

CandleStick2DModel.GetPredefinedKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-candlestick2dmodel-2735d215.md

latest1.5 KB
Original Source

CandleStick2DModel.GetPredefinedKinds() Method

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static IEnumerable<CandleStick2DKind> GetPredefinedKinds()
vb
Public Shared Function GetPredefinedKinds As IEnumerable(Of CandleStick2DKind)

Returns

TypeDescription
IEnumerable<CandleStick2DKind>

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

|

See Also

CandleStick2DModel Class

CandleStick2DModel Members

DevExpress.Xpf.Charts Namespace