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

In This Topic
    AddNewColor Method (Chart3DBarColorsCollection)
    In This Topic
    Adds a new bar color to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewColor() As Chart3DBarColor
    public Chart3DBarColor AddNewColor()

    Return Value

    The new added bar color.
    See Also