Skip to main content

CustomBar3DSectionCollection Class

Represents the collection of custom 3D Bar model sections.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class CustomBar3DSectionCollection :
    ChartElementCollection<CustomBar3DSection>

The following members return CustomBar3DSectionCollection objects:

Inheritance

Object
Collection<DevExpress.Xpf.Charts.CustomBar3DSection>
ObservableCollection<DevExpress.Xpf.Charts.CustomBar3DSection>
ChartDependencyObjectCollection<DevExpress.Xpf.Charts.CustomBar3DSection>
ChartElementCollection<DevExpress.Xpf.Charts.CustomBar3DSection>
CustomBar3DSectionCollection
See Also