Skip to main content
A newer version of this page is available. .

Bar2DModel.GetPredefinedKinds() Method

Returns the list of predefined models for a 2D bar series (e.g. Side-by-Side Bar).

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static IEnumerable<Bar2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<Bar2DKind>

An object implementing the IEnumerable interface.

See Also