Skip to main content

Bar2DModel.GetPredefinedKinds() Method

In This Article

Returns the list of pre-defined models for a 2D Bar series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public static IEnumerable<Bar2DKind> GetPredefinedKinds()

#Returns

Type Description
IEnumerable<Bar2DKind>

A collection of the Bar2DKind objects.

See Also