Example: Chart property

This example displays the title of a chart.

    chartObjects = sheet.getChartObjects();
    ChartObject chartObject = chartObjects.item(1);
    System.out.println(chartObject.getChart().getChartTitle().getText());

Related information

Chart property