* @throws PropertyException
* @throws ChartDataException
*****************************************************************************************/
public static void main( String[] args ) throws PropertyException, ChartDataException
{
BarChartProperties barChartProperties = new BarChartProperties();
//BackgroundRenderer backgroundRenderer = new BackgroundRenderer( new Color( 20, 20, 20, 50 ) );
//barChartProperties.addPreRenderEventListener( backgroundRenderer );
/*