DropLinePlotStyleCopyFrom(DropLinePlotStyle, EventFiring) Method |
Copies the state from another drop-line style.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
DropLinePlotStyle from,
EventFiring eventFiring
)
Parameters
- from DropLinePlotStyle
- The instance to copy from.
- eventFiring EventFiring
- Controls whether change events are raised while copying.
See Also