FillToCurvePlotStyleCopyFrom(FillToCurvePlotStyle, Boolean, EventFiring) Method |
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
FillToCurvePlotStyle from,
bool copyWithDataReferences,
EventFiring eventFiring
)
Parameters
- from FillToCurvePlotStyle
- The instance to copy from.
- copyWithDataReferences Boolean
- If set to , data references are copied as well.
- eventFiring EventFiring
- Controls how change events are fired during the copy operation.
See Also