G2DPlotStyleCollectionCopyFrom(G2DPlotStyleCollection) Method |
Copies all styles from another collection.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
G2DPlotStyleCollection from
)
Parameters
- from G2DPlotStyleCollection
- The source collection.
See Also