Skip to main content

Marker3DModel.GetPredefinedKinds() Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static IEnumerable<Marker3DKind> GetPredefinedKinds()

Returns

Type Description
IEnumerable<Marker3DKind>

An object implementing the IEnumerable interface.

See Also