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

Marker2DModel.GetPredefinedKinds() Method

Returns the list of predefined models for 2D point markers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public static IEnumerable<Marker2DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<Marker2DKind>

An object implementing the IEnumerable interface.

See Also