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

An issue with the XAxis.DataLabelsColumn

1 Answer 55 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dan Schmecker
Top achievements
Rank 1
Dan Schmecker asked on 04 Dec 2009, 07:54 PM
I have a chart that uses a sql stored procedure as a data source.
The issue that i'm having is that I can't seem to set the X Axis DataLabelsColumn.

It seems stuck on just a generic 1,2,3,4,5,6,7.....etc.
I'm using the following line: 
    RadChart1.PlotArea.XAxis.DataLabelsColumn = "Column1"
with Column1 being a column in the sql stored procedure data results.
It doesn't work.
Is there something that I'm missing or doing wrong? Should i be using a "SELECT statement" rather than a stored procedure?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Dan Schmecker
Top achievements
Rank 1
answered on 04 Dec 2009, 08:23 PM
Nevermind......i figured it out.

I had this line in the wrong place: 

RadChart1.DataSourceID =

"myDataSource"

 

Tags
Chart (Obsolete)
Asked by
Dan Schmecker
Top achievements
Rank 1
Answers by
Dan Schmecker
Top achievements
Rank 1
Share this question
or