Creates a copy of a SeriesChartSettings object.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SeriesChartSettings Clone()
Visual Basic (Declaration)
Public Function Clone As SeriesChartSettings
Visual C++
public:
SeriesChartSettings^ Clone()

Return Value

A new instance of the class with the same settings as the current one.

See Also