ColumnDrivenSymbolSizePlotStyleCopyFrom(Object, Boolean) Method |
Copies the member variables from another instance.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if data was copied, otherwise false.
Implements
IGPlotStyleCopyFrom(Object, Boolean)See Also