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

In This Topic
    Contains Method (Chart3DContourStylesCollection)
    In This Topic
    Determines whether the specified Chart3DContourStyle exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal style As Chart3DContourStyle _
    ) As System.Boolean
    public System.bool Contains( 
       Chart3DContourStyle style
    )

    Parameters

    style
    The Chart3DContourStyle to locate.

    Return Value

    A boolean value that indicates whether the Chart3DContourStyle is a member of the collection.
    See Also