Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public CustomBar3DSectionCollection Sections { get; }

Property Value

Type Description
CustomBar3DSectionCollection

A CustomBar3DSectionCollection object.

See Also