Click or drag to resize

IGPlotStyleClone(Boolean) Method

Clones the style, but either with or without data references. Thus, if copyWithDataReferences is false, data references, as for instance in ErrorBarZPlotStyle, are left empty in the cloned instance.

Namespace: Altaxo.Graph.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object Clone(
	bool copyWithDataReferences
)

Parameters

copyWithDataReferences  Boolean
If true, data references are cloned to the new instance. If false, data references in the cloned instance are empty.

Return Value

Object
Cloned instance, but either with cloned data references or with empty data references, depending on copyWithDataReferences.
See Also