G2DPlotStyleCollectionCopyFromTemplateCollection Method |
Copies styles from a template collection while attempting to reuse existing data references.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool CopyFromTemplateCollection(
G2DPlotStyleCollection from
)
Parameters
- from G2DPlotStyleCollection
- The template collection.
Return Value
Booleantrue if the operation completed.
See Also