I am using an UltraChart LineChart:
How do I create a line that is both solid and dashed (same line)? For example I have a line that contains information and at some point the information goes from being actual to projected. I would like the "projected" points on the line to be dashed and the "actual" points to be solid.
Thanks
Hi,
You could access the line in the FillSceneGraph event of the chart, get the points you want a dashed line with and create a new dashed line with them (add it to the SceneGraph collection of the chart).
BYW, the link U offer is failure, Can U provide another in asp.net?
thx for the tips ,are there any demo code?
Hi ,
Your link is not working can you refresh it ?
Thanks alot for the idea. This did the trick.
Thanks again!