1

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?

Roi Ezra
  • 506
  • 1
  • 5
  • 11

1 Answers1

1

After some digging in jChartFX docs i found out that it is not possbile

Roi Ezra
  • 506
  • 1
  • 5
  • 11