Back to Devexpress

Pie2DModel.GetPredefinedKinds() Method

wpf-devexpress-dot-xpf-dot-charts-dot-pie2dmodel-c8bd2e8f.md

latest1.3 KB
Original Source

Pie2DModel.GetPredefinedKinds() Method

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Returns

TypeDescription
IEnumerable<Pie2DKind>

An object implementing the IEnumerable interface.

|

See Also

Pie2DModel Class

Pie2DModel Members

DevExpress.Xpf.Charts Namespace