This question is locked. New answers and comments are not allowed.
Hi,
I am displaying area series. I want to show different types of marker shapes based on user's selection.
In Silverlight, there is "MarkerShape" enum which provides around 9 default shapes.
Right now, I created some templates as Resources and applying them
I am displaying area series. I want to show different types of marker shapes based on user's selection.
In Silverlight, there is "MarkerShape" enum which provides around 9 default shapes.
Right now, I created some templates as Resources and applying them
areaSeriesObj.PointTemplates.Add("CircleTemplate");