Back to Devexpress

PieSeries3D.ActualModel Property

wpf-devexpress-dot-xpf-dot-charts-dot-pieseries3d-4bde9339.md

latest1.2 KB
Original Source

PieSeries3D.ActualModel Property

Gets the actual model used to draw elements of a 3D Pie (Donut) series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Pie3DModel ActualModel { get; }
vb
Public ReadOnly Property ActualModel As Pie3DModel

Property Value

TypeDescription
Pie3DModel

A Pie3DModel class descendant that represents the actual model.

|

See Also

Model

PieSeries3D Class

PieSeries3D Members

DevExpress.Xpf.Charts Namespace