ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DStylesCollection Class / AddNewStyle Method

In This Topic
    AddNewStyle Method
    In This Topic
    Creates a new Chart3DStyle and appends it to the collection.
    Syntax
    'Declaration
     
    Public Function AddNewStyle() As Chart3DStyle
    public Chart3DStyle AddNewStyle()

    Return Value

    A reference to the newly created Chart3DStyle.
    See Also