Is it possible to plot a continuous vertical line as part of data point markers in line graph? I have used sprite to render text for data points. Now I want to draw a vertical line starting from data point till the peak apex to show which peak it is pointing to. The text labels in point markers are shifted to upward for some peaks to avoid collision and therefore there is a gap between peak apex and the point marker. So this requirement. I tried so far with OR symbol but it is displayed as a vertical dotted line when multiple OR symbols are placed one below another.
- Anil Soman asked 4 years ago
- last edited 4 years ago
-
Can you illustrate what you’re looking for with a diagram or screenshot? It’s hard to understand from the text description.
-
I have added a diagram to illustrate what I am looking for.
- You must login to post comments
Hi Anil,
It is not possible to do this with our PointMarker API, but you can probably do it with our Annotation API defined here.
Try creating a CompositeAnnotation which includes one TextAnnotation and one LineAnnotation. Then you can place it on the chart where you wish.
Some examples can be found here and in our WPF Chart Examples Suite.
https://www.scichart.com/documentation/win/current/webframe.html#The%20CompositeAnnotation%20Type.html
Best regards,
Andrew
- Andrew Burnett-Thompson answered 4 years ago
- You must login to post comments
Please login first to submit.