Click or drag to resize

DataMeshPlotItemCollectStyles Method

Collects group styles required by this plot item.

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