Back to Devexpress

CustomBar3DSectionCollection Class

wpf-devexpress-dot-xpf-dot-charts-dot-custombar3dsectioncollection.md

latest1.8 KB
Original Source

CustomBar3DSectionCollection Class

Represents the collection of custom 3D Bar model sections.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class CustomBar3DSectionCollection :
    ChartElementCollection<CustomBar3DSection>
vb
Public Class CustomBar3DSectionCollection
    Inherits ChartElementCollection(Of 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

CustomBar3DSectionCollection Members

DevExpress.Xpf.Charts Namespace