DropAreaPlotStyleCopyFrom(DropAreaPlotStyle, EventFiring) Method |
Copies values from another drop-area plot style.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
DropAreaPlotStyle from,
EventFiring eventFiring
)
Parameters
- from DropAreaPlotStyle
- The source style.
- eventFiring EventFiring
- Controls change-event firing.
See Also