FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarColorsCollection Class
Properties Methods Events


In This Topic
    Chart3DBarColorsCollection Class Members
    In This Topic

    The following tables list the members exposed by Chart3DBarColorsCollection.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Public PropertyGets the element at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an existing bar color to the collection.  
    Public MethodAdds a new bar color to the collection.  
    Public MethodAssigns (copies) items from another ChartObjectCollection to the current collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Public MethodRemoves all items from the collection.  
    Public MethodDetermines whether the collection contains a specific item. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Public MethodGets the index of the element. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Public MethodRemoves an existing bar color from the collection.  
    Public MethodRemoves the bar color at the specific index.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection or its item has changed. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor>)
    Top
    See Also