Back to Devexpress

BarSeries3D.ActualModel Property

wpf-devexpress-dot-xpf-dot-charts-dot-barseries3d-857857ff.md

latest1.2 KB
Original Source

BarSeries3D.ActualModel Property

Gets the actual model used to draw elements of a 3D bar series (e.g. 3D Side-by-Side Bar).

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Bar3DModel

A Bar3DModel class descendant that represents the actual model.

|

See Also

Model

BarSeries3D Class

BarSeries3D Members

DevExpress.Xpf.Charts Namespace