I have a few issues with using charts (a stacked bar chart in this case) and telerik reporting. Note that we have the Q3 2011 version of the telerik reporting tools.
The first issue is getting the chart to use the correct "labels" for the x-axis.
I have some data which is similar to the following:
Store Department Category PercentA PercentB
APN A Start 2 3
APN A End 5 6
APN B Start 3 5
APN B End 6 9
HWT B Start 4 8
HWT B End 4 7
HWT C Start 2 3
HWT C End 8 8
I then use this data to generate a stacked bar chart. I use the Category department as the series, so each bar would be split into two (my actual chart has more than 2 categories, but that works fine). It would then plot PercentA and PercentB on the Y-axes - again no problems.
What I want to do is to use the Store + Department as the x-axis groups. I am able to use the Store + Department as a group for the tabular display of data, but not on the chart. The chart currently only creates 1 bar for each Store. Is there a way for me to tell the chart to use Store + Department for each bar?
For the second thing, the labels on the x-axis (store) is intersecting the x-axis itself - please see attached screenshot for what I meant. Is there a way to tell the chart to keep all x-axis labels under the x-axis line?
The first issue is getting the chart to use the correct "labels" for the x-axis.
I have some data which is similar to the following:
Store Department Category PercentA PercentB
APN A Start 2 3
APN A End 5 6
APN B Start 3 5
APN B End 6 9
HWT B Start 4 8
HWT B End 4 7
HWT C Start 2 3
HWT C End 8 8
I then use this data to generate a stacked bar chart. I use the Category department as the series, so each bar would be split into two (my actual chart has more than 2 categories, but that works fine). It would then plot PercentA and PercentB on the Y-axes - again no problems.
What I want to do is to use the Store + Department as the x-axis groups. I am able to use the Store + Department as a group for the tabular display of data, but not on the chart. The chart currently only creates 1 bar for each Store. Is there a way for me to tell the chart to use Store + Department for each bar?
For the second thing, the labels on the x-axis (store) is intersecting the x-axis itself - please see attached screenshot for what I meant. Is there a way to tell the chart to keep all x-axis labels under the x-axis line?