Pie2DModel.GetPredefinedKinds() Method
In This Article
Returns the list of predefined models for 2D Pie (Donut) series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public static IEnumerable<Pie2DKind> GetPredefinedKinds()
#Returns
Type | Description |
---|---|
IEnumerable<Pie2DKind> | An object implementing the IEnumerable interface. |
See Also