If this is set to true, the grid lines will not be continuous. They will look like a line of dashes (– – – –).

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool CategoryGridDashed { get; set; }
Visual Basic (Declaration)
Public Property CategoryGridDashed As Boolean
Visual C++
public:
property bool CategoryGridDashed {
	bool get ();
	void set (bool value);
}

See Also