G2DPlotStyleCollectionClone(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.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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
ObjectCloned instance, but either with cloned data references or with empty data references, depending on
copyWithDataReferences.
Implements
IGPlotStyleClone(Boolean)See Also