0

How can I build a dynamic vertical line in SiliverLight 5. We are using Visifire charts.

Scenario is like user can plan a future date and that will be mark as a yellow vertical line. And also there can be more than one vertical line.

It should look like this:enter image description here

disp_name
  • 1,448
  • 2
  • 20
  • 46

1 Answers1

0

It looks like you should be able to use a "TrendLine" to draw vertical lines at whatever position you choose. For a vertical "trend line", just set the "Value" and Orientation properties.

Vertical line example

McGarnagle
  • 101,349
  • 31
  • 229
  • 260