Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public CustomBar3DSectionCollection Sections { get; }

Property Value

Type Description
CustomBar3DSectionCollection

A CustomBar3DSectionCollection object.

See Also