Back to Devexpress

Pie3DModel.GetPredefinedKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-pie3dmodel-432a4cde.md

latest1.3 KB
Original Source

Pie3DModel.GetPredefinedKinds() Method

Returns the list of predefined models for 3D Pie (Donut) series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static IEnumerable<Pie3DKind> GetPredefinedKinds()
vb
Public Shared Function GetPredefinedKinds As IEnumerable(Of Pie3DKind)

Returns

TypeDescription
IEnumerable<Pie3DKind>

An object implementing the IEnumerable interface.

|

See Also

Pie3DModel Class

Pie3DModel Members

DevExpress.Xpf.Charts Namespace