This is a migrated thread and some comments may be shown as answers.

Adding shapes to Rad chart graphs

0 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Phani
Top achievements
Rank 1
Phani asked on 29 Aug 2013, 11:10 PM
Private Sub EnhanceDataPointsForSeries(chSeries As ChartSeries)<br>        chSeries.Appearance.PointMark.Dimensions.AutoSize = False<br>        chSeries.Appearance.PointMark.Dimensions.Width = 10<br>        chSeries.Appearance.PointMark.Dimensions.Height = 10<br>        chSeries.Appearance.PointMark.FillStyle.MainColor = System.Drawing.Color.Blue<br>        chSeries.Appearance.PointMark.Visible = True        <br>    End Sub



So I have a series to which I am enhancing the point. I was looking for different type of shapes but I could not get Diamond shape or any other ones. So how do I get it?

Also i was going through some examples on telerik site and tried to use this 
DefaultSeriesDefinition  for my rad chart. It does not even come up in the listed properties? Why is that so? Let me know if you have any questions

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Phani
Top achievements
Rank 1
Share this question
or