Removes a Chart3DStyle object from the collection.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public void Remove(
	Chart3DStyle style
)
Visual Basic
Public Sub Remove ( _
	style As Chart3DStyle _
)

Parameters

style
Type: C1.Win.C1Chart3D..::..Chart3DStyle
The Chart3DStyle to remove.

See Also