Click or drag to resize

ColumnDrivenSymbolSizePlotStyleCopyFrom(Object, Boolean) Method

Copies the member variables from another instance.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CopyFrom(
	Object obj,
	bool copyWithDataReferences
)

Parameters

obj  Object
Another instance to copy the data from.
copyWithDataReferences  Boolean
If true, data references are copyied from the template style to this style. If false, the data references of this style are left as they are.

Return Value

Boolean
True if data was copied, otherwise false.

Implements

IGPlotStyleCopyFrom(Object, Boolean)
See Also