Stock2DModel.GetPredefinedKinds() Method
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public static IEnumerable<Stock2DKind> GetPredefinedKinds()
#Returns
Type | Description |
---|---|
IEnumerable<Stock2DKind> | A collection of the Candle |
See Also