If this is set to true, the values will be reversed on the axis – the largest value will be placed closest to the point where the 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 YValuesReverse { get; set; }
Visual Basic (Declaration)
Public Property YValuesReverse As Boolean
Visual C++
public:
property bool YValuesReverse {
	bool get ();
	void set (bool value);
}

See Also