Back to Devexpress

CustomBar3DModel.Sections Property

wpf-devexpress-dot-xpf-dot-charts-dot-custombar3dmodel-1a709c5a.md

latest1.3 KB
Original Source

CustomBar3DModel.Sections Property

Provides access to the collection of custom 3D Bar model sections. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CustomBar3DSectionCollection Sections { get; }
vb
Public ReadOnly Property Sections As CustomBar3DSectionCollection

Property Value

TypeDescription
CustomBar3DSectionCollection

A CustomBar3DSectionCollection object.

|

See Also

CustomBar3DModel Class

CustomBar3DModel Members

DevExpress.Xpf.Charts Namespace