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

CustomBar3DSectionCollection Class

Represents the collection of custom 3D Bar model sections.

Namespace: DevExpress.Xpf.Charts

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

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