Constructs a Unit with the specified starting value, step size, and name.

Namespace:  CenterSpace.NMath.Charting.Microsoft
Assembly:  NMathChartMicrosoft (in NMathChartMicrosoft.dll) Version: 5.1.0.0

Syntax

C#
public Unit(
	double start,
	double step,
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	start As Double, _
	step As Double, _
	name As String _
)
Visual C++
public:
Unit(
	double start, 
	double step, 
	String^ name
)

Parameters

start
Type: System..::.Double
The starting value.
step
Type: System..::.Double
The step size.
name
Type: System..::.String
The name.

See Also