[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DBarColorsCollection

Chart3DBarColorsCollection Class

Represents a collection of Chart3DBarColor objects.

Inheritance
Chart3DBarColorsCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class Chart3DBarColorsCollection : ChartObjectCollection<Chart3DBarColor>, ICollection<Chart3DBarColor>, IEnumerable<Chart3DBarColor>, IList, ICollection, IEnumerable, IC1SerializableCollection

Constructors

Name Description
Chart3DBarColorsCollection()

Methods

Name Description
Add(Chart3DBarColor)

Adds an existing bar color to the collection.

AddNewColor()

Adds a new bar color to the collection.

Clear()

Removes all items from the collection.

Remove(Chart3DBarColor)

Removes an existing bar color from the collection.

RemoveAt(int)

Removes the bar color at the specific index.