Hi i have a scatter plot in a WPF application through XamDataChart which contains a "Circle" Marker. I have set the Marker Brush,Marker Outline properties, but, How to set the size of the Marker, say to 10pt of MSExcel 2003. Can anyone help me in this?
Hello Srinivas,
Thank you for your post. I have been looking into your question and you can use the MarkerStyle property of the ScatterSeries. You can create a style for the Marker and add setters for the Width and Height properties and after doing so, you can set the that style to the MarkerStyle property. I have created a sample application for you, that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter,
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you very much Mr.Krasimir. This problem has been solved.