Skip to main content

RangeBar2DModel.GetPredefinedKinds() Method

Returns the list of predefined models for a 2D Range Bar series.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static IEnumerable<RangeBar2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<DevExpress.Xpf.Charts.RangeBar2DKind>

An object implementing the IEnumerable interface.

See Also