PlotItemCollectionDistributePlotStyleFromTemplate Method |
Applies plot styles from a template item to all other items in the collection.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void DistributePlotStyleFromTemplate(
IGPlotItem template,
PlotGroupStrictness strictness
)
Parameters
- template IGPlotItem
- The template plot item.
- strictness PlotGroupStrictness
- The style-copy strictness.
See Also