BarGraphPlotStyleCopyFrom(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.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool CopyFrom(
Object obj,
bool copyWithDataReferences
)
Parameters
- obj Object
[Missing <param name="obj"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.BarGraphPlotStyle.CopyFrom(System.Object,System.Boolean)"]
- 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.
Implements
IGPlotStyleCopyFrom(Object, Boolean)See Also