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

Point marks in chart

2 Answers 53 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Tommy
Top achievements
Rank 1
Tommy asked on 14 Apr 2009, 01:51 PM
Hi,

I'm trying to set point marks for my chart series in my code behind.
But it doesn't work. I cannot see any point marks. Here's the code I'm working with.

 

With _tmp_currentSeries_2

 

.Appearance.ShowLabels =

False

 

.Appearance.PointMark.Visible =

True

 

.Appearance.PointDimentions.AutoSize =

False

 

.Appearance.FillStyle.MainColor = Drawing.Color.Firebrick

.Appearance.FillStyle.FillType = Styles.FillType.Solid

.Appearance.PointDimentions.Height = 12

.Appearance.PointDimentions.Width = 12

 

End With

 


Thank you for you help.
Thomas

2 Answers, 1 is accepted

Sort by
0
Dessy
Telerik team
answered on 15 Apr 2009, 08:45 AM
Hello Tommy,

Your code seems to be working properly for me. Do you use the latest version?
You can find an attached to this message sample page, illustrating the desirable functionality.

Hope that helps.

All the best,
Dessy
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tommy
Top achievements
Rank 1
answered on 16 Apr 2009, 09:44 AM
Hi Dessy,

thank you for your help. It's working now.

Best regards
Thomas
Tags
Chart (Obsolete)
Asked by
Tommy
Top achievements
Rank 1
Answers by
Dessy
Telerik team
Tommy
Top achievements
Rank 1
Share this question
or