Click or drag to resize

ScatterPlotStyle(ScatterPlotStyle) Constructor

Initializes a new instance of the ScatterPlotStyle class by copying another instance.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ScatterPlotStyle(
	ScatterPlotStyle from
)

Parameters

from  ScatterPlotStyle
The style to copy from.
See Also