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

Data Labels on Charts

1 Answer 225 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 19 Feb 2013, 01:27 AM
I'm using the stand alone report writer.

I can't see how to turn off data point labels in a chart that is tied to a data query. I have tried setting up the series ahead of time as is suggested in the literature and setting visible = False in the data label property but it appears I am missing a step in the process. 

Thanks for help!!!

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 20 Feb 2013, 09:58 AM
Hello Dan,

If you need to remove the X axis labels, you need to hide them as follows:
chart1.PlotArea.XAxis.Appearance.LabelAppearance.Visible = false;

If you need to hide the data labels above the bars/points within the plot area:
chart1.Series[0].DefaultLabelValue = "";

If you have further questions, please provide us with more details about your chart settings and even better send us a runnable sample illustrating them.

Regards,
Stef
the Telerik team

See what's new in Telerik Reporting Q1 2013. Register for the March 4 webinar to witness the impressive new visualizations in Telerik Reporting. Just for fun, 10 webinar attendees will be randomly selected to win a Telerik T-shirt and a $50 Gift Certificate to ThinkGeek. Register now! Seats are limited!

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