public XYDataset getCombinedChartData() {
return new CombinedChartData(new EVScheduleChartEventAdapter()); }
public XYDataset getConfidenceIntervalTotalCostChartData() {
return new ConfidenceIntervalTotalCostChartData(new EVScheduleChartEventAdapter(),
metrics);
}