273274275276277278279280
* Sets the subtitle. * * @param subtitle the subtitle **/ public DJXYBarChartBuilder setSubtitle(String subtitle) { this.chart.getOptions().setSubtitleExpression(new LiteralExpression(subtitle)); return this; }
253254255256257258259260
* Sets the title. * * @param title the title **/ public DJXYAreaChartBuilder setTitle(String title) { this.chart.getOptions().setTitleExpression(new LiteralExpression(title)); return this; }
* Sets the subtitle. * * @param subtitle the subtitle **/ public DJXYAreaChartBuilder setSubtitle(String subtitle) { this.chart.getOptions().setSubtitleExpression(new LiteralExpression(subtitle)); return this; }
* Sets the title. * * @param title the title **/ public DJBar3DChartBuilder setTitle(String title) { this.chart.getOptions().setTitleExpression(new LiteralExpression(title)); return this; }
* Sets the subtitle. * * @param subtitle the subtitle **/ public DJBar3DChartBuilder setSubtitle(String subtitle) { this.chart.getOptions().setSubtitleExpression(new LiteralExpression(subtitle)); return this; }
250251252253254255256257
* Sets the title. * * @param title the title **/ public DJPieChartBuilder setTitle(String title) { this.chart.getOptions().setTitleExpression(new LiteralExpression(title)); return this; }
270271272273274275276277
* Sets the subtitle. * * @param subtitle the subtitle **/ public DJPieChartBuilder setSubtitle(String subtitle) { this.chart.getOptions().setSubtitleExpression(new LiteralExpression(subtitle)); return this; }
* Sets the title. * * @param title the title **/ public DJTimeSeriesChartBuilder setTitle(String title) { this.chart.getOptions().setTitleExpression(new LiteralExpression(title)); return this; }
* Sets the subtitle. * * @param subtitle the subtitle **/ public DJTimeSeriesChartBuilder setSubtitle(String subtitle) { this.chart.getOptions().setSubtitleExpression(new LiteralExpression(subtitle)); return this; }
* Sets the title. * * @param title the title **/ public DJScatterChartBuilder setTitle(String title) { this.chart.getOptions().setTitleExpression(new LiteralExpression(title)); return this; }