If this is set to true, the axis will place its values on a logarithmic scale instead of a linear one.

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

Syntax

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

See Also