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

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

    Parameters

    style
    The Chart3DContourStyle to add.

    Return Value

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