Gets and sets the step of the grid.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also