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

Point text problem

1 Answer 57 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vrinda
Top achievements
Rank 1
Vrinda asked on 23 Jul 2008, 07:49 AM

Is it possible to change the color of text of  all points on a line graph?   I notice that I am able to manipulate the point size, Point color but i am not able to change the  color of text to display in point. I have used RAD Chart v 3.0.1 and i am using framework 1.1 & ASP.Net.

I have tries this.

LineSeries1.AddItem(TotalMinutes, Convert.ToString(TotalMinutes) & " Min", Color.Blue)       
LineSeries1.PointColor = Color.Blue
LineSeries1.PointSize = 5               
LineSeries1.SetItemColor(i, Color.Blue)

But i can change the point color to blue color but not able to change the text of that point.

Also can you please tell me how can i visible Y2Axies in line graph?

Thanks

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 24 Jul 2008, 06:59 AM
Hi Vrinda,

You can find the answers in the ASP.NET chart forum thread you have started.

Best regards,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (obsolete as of Q1 2013)
Asked by
Vrinda
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or