FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarColorsCollection Class
Members

In This Topic
    Chart3DBarColorsCollection Class
    In This Topic
    Represents a collection of Chart3DBarColor objects.
    Object Model
    Chart3DBarColorsCollection Class
    Syntax
    'Declaration
     
    Public Class Chart3DBarColorsCollection 
       Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of Chart3DBarColor)
    public class Chart3DBarColorsCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DBarColor> 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexReport.Chart.ChartObjectCollection<T>
          C1.Win.FlexReport.Chart.Chart3DBarColorsCollection

    See Also