Click or drag to resize

G3DPlotItemApplyGroupStyles Method

Applies the prepared group 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 ApplyGroupStyles(
	PlotGroupStyleCollection styles
)

Parameters

styles  PlotGroupStyleCollection
The external group styles.

Implements

IGPlotItemApplyGroupStyles(PlotGroupStyleCollection)
See Also