Creates a new series that is a copy of the current series without data.
[Visual Basic]
Overridable Public Function Clone() As Object Implements ICloneable.Clone
[C#]
virtual public object Clone()
[Delphi]
public function Clone(): Object; virtual;
Implements
ICloneable.Clone
Return Value
An object containing the new ChartDataSeries.
Remarks
The new ChartDataSeries object is not automatically added to the chart.
See Also
ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |