BarGraphPlotStyleCopyFrom(Object, Boolean) Method |
Copies values from another instance.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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