I am using the Silverlight 4 Toolkit chart control (and also the WPF chart control).
My goal is to have a marker that is an arbitrary symbol – for example I need a marker style that is an X.
It can be an image, or a char, I don’t mind.
Any idea how to achieve this? Thanks all.
I found the answer.
Here is the style for an arbitrary squiggle.
(DVC is my xmlns for the Datavisualistion Charting toolkit).
In my Grid.Resources:
The squiggle marker is just an example. You can draw any shape you like:
Shapes and drawing
Then in the Chart.Series: