Skip to main content

Marker2DModel.GetPredefinedKinds() Method

In This Article

Returns the list of pre-defined models for 2D point markers.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public static IEnumerable<Marker2DKind> GetPredefinedKinds()

#Returns

Type Description
IEnumerable<Marker2DKind>

A collection of the Marker2DKind objects.

See Also