Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visiblox, WPF: Display labeled markers in a chart

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

Cheers, Lutz

like image 490
Lutz Avatar asked May 24 '11 11:05

Lutz


1 Answers

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

like image 67
ColinE Avatar answered Oct 30 '22 02:10

ColinE