If this is set to true, the values will be reversed on the value axis – the largest value will be placed closest to the point where the category and value axes intersect. The chart will be re-plotted accordingly.

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

Syntax

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

See Also