[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DContourStylesCollection.Add

Add Method

Add(Chart3DContourStyle)

Add specified contour style to the collection.

Declaration
public int Add(Chart3DContourStyle style)
Parameters
Type Name Description
Chart3DContourStyle style

The Chart3DContourStyle to add.

Returns
Type Description
int

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

See Also