LinePlotStyleCopyFrom(LinePlotStyle, EventFiring) Method |
Copies values from the specified source.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
LinePlotStyle from,
EventFiring eventFiring
)
Parameters
- from LinePlotStyle
- The source style.
- eventFiring EventFiring
- Controls whether change events are raised after copying.
See Also