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

Setting PointMark Stroke Thickness to 1 in Line Series is not working

1 Answer 89 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Ruby Jean
Top achievements
Rank 1
Ruby Jean asked on 06 Jun 2013, 05:00 PM
Hi,

I have a line series and a button. When a button is clicked I want to set the PointMark stroke thickness to a value. If the value of the stroke thickness is set to any value except 1, the point mark stroke thickness change. If I set it to 1.01 instead of just 1 it also works. Here's my line of code:

int value = 1;
chartDataPoint.SeriesMapping.SeriesDefinition.Appearance.PointMark.StrokeThickness = value;

Is this a current limitation?

Thanks,
Byang

1 Answer, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 11 Jun 2013, 02:18 PM
Hi Ruby,

Thanks for reporting this problem. I was able to reproduce it. I will forward it to our development team.

We are sorry for the inconvenience.
 
Regards,
Petar Kirov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart
Asked by
Ruby Jean
Top achievements
Rank 1
Answers by
Petar Kirov
Telerik team
Share this question
or