Click or drag to resize

G3DPlotStyleCollection(IG3DPlotStyle) Constructor

Initializes a new instance of the G3DPlotStyleCollection class with the specified styles.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public G3DPlotStyleCollection(
	IG3DPlotStyle[] styles
)

Parameters

styles  IG3DPlotStyle
The styles to add.
See Also