title property

ChartTitle? title

Returns title of chart

Implementation

ChartTitle? get title;
void title=(ChartTitle? title)

Sets title of chart

Implementation

void set title(ChartTitle? title);