Click or drag to resize

PlotItemCollectionDistributePlotStyleFromTemplate Method

Sets the plot style (or sub plot styles) of all plot items in this collection according to a template provided by the plot item in the template argument.

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

Parameters

template  IGPlotItem
The template item to copy the plot styles from.
strictness  PlotGroupStrictness
Denotes the strictness the styles are copied from the template. See PlotGroupStrictness for more information.
See Also