Révision 2006

tmp/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/JFCChartCreator.java (revision 2006)
64 64
			if(chart.getTitle() != null && result.hasParameterChanged(ChartsEnginePreferences.SHOW_TITLE))	{
65 65
				chart.getTitle().setVisible(result.isTitleVisible());
66 66
			}
67
			// subtitle visibility
68
			if(chart.getSubtitleCount() > 0 && result.hasParameterChanged(ChartsEnginePreferences.SHOW_TITLE))	{
69
				chart.getSubtitle(0).setVisible(result.isTitleVisible());
70
			}
71
			
72
			
67 73
			// legend visibility
68 74
			if(chart.getLegend() != null && result.hasParameterChanged(ChartsEnginePreferences.SHOW_LEGEND))	{
69 75
				chart.getLegend().setVisible(result.isLegendVisible());

Formats disponibles : Unified diff