Hi,
I want to marker different point inside chart component like this example
I created chart from dataset and I want to marker this points that I show below by table.
With this function is possible to show all point inside chart but I want customize label and mark only few points.
from org.jfree.chart.labels import StandardXYItemLabelGenerator
chart.getPlot().getRenderer().setItemLabelGenerator(StandardXYItemLabelGenerator())
chart.getPlot().getRenderer().setBaseItemLabelsVisible(True)
Is possible?
Can someone help me?