Skip to main content

Bar3DModel.GetPredefinedKinds() Method

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.v23.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