In the XamFeatureBrowser I see there is a great example on how to make a Legend with a custom item template(XamDataChart--> Styling--> Legend Item Template). So I've implemented that into my project but the line
ContentTemplate="{Binding Series.ActualMarkerTemplate}"
has given me some problems because I am using custom marker datatemplates. My series items are created in codebehind and so my series item does not have a MarkerTemplate. Instead my series simply gets a marker type bound to it and the XamDataChart has all the marker templates defined for it( ex: CircleMarkerTemplate="{StaticResource CircleMarkerTemplate}").
Hi Duane,
Nope that helped a lot. Thanks so much.
Hello SESRuss,
This is just a follow up if you have any questions on the xamDataChart control and require any further assistance with this thread.
For displaying the custom series marker and legend I attached a sample on the thread.
For the example provided in Legend Item Template I can look into further and send you another update on the thread by Thursday for any questions.