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?
Hello AndreasZou,There is simple code snippet which shows how you could handle the FillSceneGraph event of the your chart.If you have any other questions please feel free to contact us.