Click or drag to resize

G2DPlotItemSetPlotStyleFromTemplate Method

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

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void SetPlotStyleFromTemplate(
	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.

Implements

IGPlotItemSetPlotStyleFromTemplate(IGPlotItem, PlotGroupStrictness)
See Also