Click or drag to resize

PlotItemCollectionCollectStyles Method

Collects all possible group styles that can be applied to this plot item in styles.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CollectStyles(
	PlotGroupStyleCollection styles
)

Parameters

styles  PlotGroupStyleCollection
The collection of group styles.

Implements

IGPlotItemCollectStyles(PlotGroupStyleCollection)
See Also