Hi,
I'm building a survey management tool and I'm now in the phase of showing the survey result. Some of the survey questions have the matrix type, so I'm using a column radchart control within a datalist to show their results and the radchart consists of multiple series.
My aspx looks like the following
and my code behind page looks like this:
my problems are the following:
1) The legend take the value from XAxis DataLabelsColumn "OptionText" and I wanna show the series value "
ColumnText"
2) the labels above the sries showed the YAxis value "RespondentCount" and I wanna show series value "
ColumnText"
Any help please...
Thank's in advance..