use of name.abuchen.portfolio.ui.util.chart.TimelineChart in project portfolio by buchen.
the class ConsumerPriceIndexListView method createBottomTable.
@Override
protected void createBottomTable(Composite parent) {
chart = new TimelineChart(parent);
chart.getTitle().setText(Messages.LabelConsumerPriceIndex);
// $NON-NLS-1$
chart.getToolTip().setDateFormat("%1$tB %1$tY");
refreshChart();
}
Aggregations