Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static IEnumerable<Bar2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<Bar2DKind>

An object implementing the IEnumerable interface.

See Also