Bar3DModel.GetPredefinedKinds() Method
In This Article
Returns the list of predefined models for a 3D bar series (e.g. Side-by-Side Bar).
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public static IEnumerable<Bar3DKind> GetPredefinedKinds()
#Returns
Type | Description |
---|---|
IEnumerable<Bar3DKind> | An object implementing the IEnumerable interface. |
See Also