by default, if your values are bigger then defined max (or smaller then defined min), max and min is changed so that all the chart would fit to chart area. If you don't want this, set this option to true.

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

Syntax

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

See Also