Click or drag to resize

BarGraphPlotStyleCopyFrom(Object, Boolean) Method

Copies values from another instance.

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

Parameters

from  Object
The source object.
copyWithDataReferences  Boolean
Unused flag kept for interface compatibility.

Return Value

Boolean
if copying succeeded; otherwise, .

Implements

IGPlotStyleCopyFrom(Object, Boolean)
See Also