In my code
WritableImage image = chart.snapshot(new SnapshotParameters(), null);
goes and prints the chart result on the screen. I need to add additional info, like a comment which will have the time in a corner for example.
Is there a way to achieve this other than chart.setTitle
?