If your chart's width or height is set in percents, and redraw is set to true, the chart will be redrawn then screen size changes

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

Syntax

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

See Also