[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DStylesCollection.Add

Add Method

Add(Chart3DStyle)

Adds the specified Chart3DStyle to the collection.

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

The Chart3DStyle to add.

Returns
Type Description
int

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

See Also