CustomBar3DModel.Sections Property
In This Article
Provides access to the collection of custom 3D Bar model sections. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public CustomBar3DSectionCollection Sections { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
See Also