ColumnDrivenSymbolSizePlotStyleCopyFrom(Object, Boolean) Method |
Copies values from another instance.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool CopyFrom(
Object from,
bool copyWithDataReferences
)
Parameters
- from Object
- The source object.
- copyWithDataReferences Boolean
- If set to true, data references are copied.
Return Value
Booleantrue if the copy succeeded; otherwise,
false.
Implements
IGPlotStyleCopyFrom(Object, Boolean)
See Also