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).