options.setTitle("Total New Reports per App");
break;
}
options.setTitleTextStyle(mBoldTitleFont);
Properties animation = Properties.create();
animation.set("duration", 1000.0);
animation.set("easing", "out");
options.set("animation", animation);
return options;
}