AmChart.invalidateSize()

AmMap.invalidateSize()

Use this method to force the chart to resize to it's current container size.

MapArea.validate()

Redraws the area.

MapImage.validate()

Redraws the image.

MapLine.validate()

Redraws the line.

AmChart.validateData()

AmMap.validateData()

This method should be called after data in your data provider changed or a new array was set to dataProvider. After calling this method the chart will parse data and redraw.

AmChart.validateNow(validateData, skipEvents)

AmMap.validateNow(validateData, skipEvents)

This method should be called after you changed one or more properties of any class. The chart will redraw after this method is called.Both attributes, validateData and skipEvents are optional (false by default).