5

is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart?

Cheers, Lutz

Lutz
  • 59
  • 2

1 Answers1

5

The premium version of Visiblox supports the concept of annotations; elements which are anchored to values on your X and/or Y axes. The Visiblox API supports the following annotations out-of-the-box:

  • Ellipse / circle
  • Rectangle / square
  • Lines (horizontal, vertical, point-to-point)
  • Text labels
  • Text labels anchored to datapoints (callout)

Annotations can be placed on the chart programmatically, and thereafter can be moved by the user via 'grippers'.

For a good idea of what is easily possible, see the following demo application:

http://www.visiblox.com/examples/Hindsight

ColinE
  • 68,894
  • 15
  • 164
  • 232
  • hi colinE, the hindsight application includes all the features I need, but there is no source code for that example. I dont really need more than vertical lines and textmarker within the chart. are these two features only included in the premium version? – Lutz May 26 '11 at 16:16
  • Yes, annotations are a premium feature. – ColinE May 26 '11 at 21:23