Click or drag to resize

PlotItemCollectionDistributePlotStyleFromTemplate Method

Applies plot styles from a template item to all other items in the collection.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void DistributePlotStyleFromTemplate(
	IGPlotItem template,
	PlotGroupStrictness strictness
)

Parameters

template  IGPlotItem
The template plot item.
strictness  PlotGroupStrictness
The style-copy strictness.
See Also