ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DStylesCollection Class / Add Method
The Chart3DStyle to add.

In This Topic
    Add Method (Chart3DStylesCollection)
    In This Topic
    Adds the specified Chart3DStyle to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal style As Chart3DStyle _
    ) As System.Integer
    public System.int Add( 
       Chart3DStyle style
    )

    Parameters

    style
    The Chart3DStyle to add.

    Return Value

    An integer indicating the index of the collection to which the Chart3DStyle was added.
    See Also