Click or drag to resize

GraphLayerRange Constructor

Initializes a new instance of GraphLayerRange.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GraphLayerRange(
	double _min = 0,
	double _max = 0,
	double _step = 0
)

Parameters

_min  Double  (Optional)
The minimum value.
_max  Double  (Optional)
The maximum value.
_step  Double  (Optional)
The step value.
See Also