Gets and sets the starting value.

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

Syntax

C#
public double Start { get; set; }
Visual Basic (Declaration)
Public Property Start As Double
Visual C++
public:
property double Start {
	double get ();
	void set (double value);
}

See Also