Click or drag to resize

IGPlotItemCollectStyles Method

Collects all possible group styles that can be applied to this plot item in styles. The styles collected here should be only external styles, i.e. such styles that are indended to be share between different plot items.

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

Parameters

styles  PlotGroupStyleCollection
The collection of group styles where to add external group styles.
See Also