Click or drag to resize

G3DPlotItemCollectStyles Method

Collects external group styles used by the contained plot styles.

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

Parameters

styles  PlotGroupStyleCollection
The collection to receive the required styles.

Implements

IGPlotItemCollectStyles(PlotGroupStyleCollection)
See Also