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

Line Chart Series Values

2 Answers 57 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 25 Jun 2008, 02:53 PM
How in world do I make the series lables NOT visible with C# code?

I figured out how to do it in the chart wizard, this should be easy what the heck am I missing here?

2 Answers, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 25 Jun 2008, 03:15 PM
Hi Gary,

You can achieve the desired functionality like this (RadChart1.Series[0] specifies the ChartSeries you are trying to hide the labels for):

RadChart1.Series[0].Appearance.ShowLabels = false


All the best,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Gary
Top achievements
Rank 1
answered on 25 Jun 2008, 03:18 PM
I knew it was easy
I own you a beer:)
Tags
Chart (Obsolete)
Asked by
Gary
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Gary
Top achievements
Rank 1
Share this question
or