Back to Devexpress

Stock2DModel.GetPredefinedKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-stock2dmodel-ee83cac9.md

latest1.5 KB
Original Source

Stock2DModel.GetPredefinedKinds() Method

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Returns

TypeDescription
IEnumerable<Stock2DKind>

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

|

See Also

Stock2DModel Class

Stock2DModel Members

DevExpress.Xpf.Charts Namespace