CandleStick2DModel.GetPredefinedKinds() Method
Provides access to the collection of pre-defined Candle Stick models.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
Type | Description |
---|---|
IEnumerable<CandleStick2DKind> | A collection of the CandleStick2DKind objects corresponding to the available pre-defined Candle Stick models. |
See Also