Click or drag to resize

ColumnDrivenSymbolSizePlotStyleCopyFrom(Object, Boolean) Method

Copies values from another instance.

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

Parameters

from  Object
The source object.
copyWithDataReferences  Boolean
If set to true, data references are copied.

Return Value

Boolean
true if the copy succeeded; otherwise, false.

Implements

IGPlotStyleCopyFrom(Object, Boolean)
See Also