示例#1
0
	/**
	 * Show chart data
	 */
	public void show(){

		for(ChartSet set : data)
			set.setVisible(true);
		display();
	}