Click or drag to resize

PlotItemCollectionSetPlotStyleFromTemplate Method

Does nothing because a plot item collection does not apply a single plot-style template to itself.

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

Parameters

template  IGPlotItem
The template item. This value is ignored because collections do not own a single plot style.
strictness  PlotGroupStrictness
The copy strictness. This value is ignored because collections do not own a single plot style.

Implements

IGPlotItemSetPlotStyleFromTemplate(IGPlotItem, PlotGroupStrictness)
See Also