If set to true, this axis will use logarithmic scale instead of linear

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

Syntax

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

See Also