Pie3DModel.GetPredefinedKinds() Method
Returns the list of predefined models for 3D Pie (Donut) series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Returns
Type | Description |
---|---|
IEnumerable<Pie3DKind> | An object implementing the IEnumerable interface. |
See Also