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

Chart DataPoint apperance

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 22 Aug 2012, 11:53 AM
Hi..
I'm trying to increase the size of my datapoint but the following has no effect. I would like large points.

   // visually enhance the data points
            seriesDATA.Appearance.PointMark.Visible = true;
            seriesDATA.Appearance.PointMark.Dimensions.Width = 255;
            seriesDATA.Appearance.PointMark.Dimensions.Height = 255;
            seriesDATA.Appearance.PointMark.FillStyle.MainColor = Color.Blue;
        

What am I doing wrong?  thanks again

1 Answer, 1 is accepted

Sort by
0
Elian
Telerik team
answered on 27 Aug 2012, 03:12 PM
Hello Jon,

Please try setting: 
            seriesDATA.Appearance.PointMark.Dimensions.AutoSize = false; 
 
Greetings,
Elian
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Jon
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or