If this is set to true, the axis will stay between Min and Max values even if there are data points beyond those values. The parts of the chart that do not fit will be cropped. If this is set to false, the Min and Max values will be extended to fit the chart.

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

Syntax

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

See Also