Hi,
I'm having another try to do some basic charts. These are the issues that I am having:
1) Changing the colour of the chart from the code behind. How can that be done - I've tried in all kinds of places Page Init, Page Load, Pre Render etc. Nothing seems to work.
2) Similar to above I have some code working to generate some PlotBands. All works fine and they are assigned to the chart but they never appear on the chart,
3) In the XAxis I would like to only show the label every x elements so I have the following code:
With the above I see the labels but it doesn't step over 7 labels at a time.
4) I'd like the right most legend panel to be aligned at the top of the right section. Obviously using top centres it above the chart. I just want it aligned to the right but at the top. I presume that things like that are CSS hacks for now?
Any pointers gratefully received.
Regards
Jon
I'm having another try to do some basic charts. These are the issues that I am having:
1) Changing the colour of the chart from the code behind. How can that be done - I've tried in all kinds of places Page Init, Page Load, Pre Render etc. Nothing seems to work.
2) Similar to above I have some code working to generate some PlotBands. All works fine and they are assigned to the chart but they never appear on the chart,
3) In the XAxis I would like to only show the label every x elements so I have the following code:
<
XAxis
DataLabelsField
=
"ReceivedDate"
Step
=
"7"
>
With the above I see the labels but it doesn't step over 7 labels at a time.
4) I'd like the right most legend panel to be aligned at the top of the right section. Obviously using top centres it above the chart. I just want it aligned to the right but at the top. I presume that things like that are CSS hacks for now?
Any pointers gratefully received.
Regards
Jon