Click or drag to resize

PlotItemCollectionSetPlotStyleFromTemplate Method

Does nothing because a plot item collection doesn't distibute item styles from members of the outer group into it's own members.

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

Parameters

template  IGPlotItem
Ignored.
strictness  PlotGroupStrictness
Ignored.

Implements

IGPlotItemSetPlotStyleFromTemplate(IGPlotItem, PlotGroupStrictness)
See Also