Scatter v0.6

4 new methods (tested in "Operations" tab):

	void RemoveAllSeries();

	void RemoveAllFSeries();

	const Vector<String> & GetPLegend() const {return vLegend;}

	const Vector<String> & GetFLegend() const {return vFLegend;}

	

Added PopUpInfo class to show the coordinates outside of plotting area

3 new tests: Dynamic, Log and Operations

Added conditional compilation directives for WinMetafile