IGPlotStyleCopyFrom(Object, Boolean) Method |
Copies from a template style, but either with or without data references. If the choice is without data references, data references, as for instance in
ErrorBarZPlotStyle, are left alone, i.e. have the same value as before this call.
Namespace: Altaxo.Graph.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool CopyFrom(
Object from,
bool copyWithDataReferences
)
Parameters
- from Object
- The style to copy 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 any properties could be copied from the template style; otherwise, false.
See Also