Click or drag to resize

LabelPlotStyleCopyFrom(LabelPlotStyle, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle.CopyFrom(Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void CopyFrom(
	LabelPlotStyle from,
	bool copyWithDataReferences
)

Parameters

from  LabelPlotStyle

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle.CopyFrom(Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle,System.Boolean)"]

copyWithDataReferences  Boolean

[Missing <param name="copyWithDataReferences"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle.CopyFrom(Altaxo.Graph.Gdi.Plot.Styles.LabelPlotStyle,System.Boolean)"]

See Also