Click or drag to resize

XYColumnPlotData.Clone Method

Creates a cloned copy of this object.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public Object Clone()

Return Value

Object
The cloned copy of this object.

Implements

ICloneable.Clone()
Remarks
The data columns refered by this object are not cloned, only the reference is cloned here.
See Also