I am using an line chart with text annotation.
According to the documentation of jChartFX, in order to put an annotation, I have to do something like annText3.attachElastic(2.9, 3200, 6.2, 2800);
(based on that example) and provide bounds for entire text cube.
Is it possible to give only x value, and draw an arrow with its end exactly on the line series, and the text and a reasonable location?
Is it possible that jChartFX will automaticlly position my text annotation on the chart based on (X, series)?
427 Views Asked by Roi Ezra At
1
After some digging in jChartFX docs i found out that it is not possbile