Questions tagged [stackedbarseries]
127 questions
0
votes
1 answer
plot a stacked bar chart in matlab that shows all the values
Hi I have the following code in Matlab
CC_monthly_thermal_demand = [495 500 500 195 210 100 70 65 85 265 320 430]';
AD_monthly_thermal_generation_250 = [193 193 193 193 193 193 193 193 193 193 193…

user643469
- 187
- 4
- 22
0
votes
1 answer
create a stacked bar chart in matlab
Hi I am trying to create a stacked bar chart in matlab but the output graph seems to be adding the first data set (AD_monthly_generation_250) to the second one (CC_monthly_demand_2012). How can I avoid this?
my code is
%% AD STACKED CC…

user643469
- 187
- 4
- 22
0
votes
1 answer
Flex Stacked ColumnChart not showing up
I have the following xml structure:
I want it to be represented in a Column Chart with stacked bars. The first column will comprise of the columns…

Arun
- 187
- 11
0
votes
1 answer
C# - Can we set different color for each stacked of Stacked bar chart
Can we set different color for individual stacked of stacked bar chart or change the order of color in stacked bar charts bar for example
same as like this solution provided in python
here
Any help will be very, very helpful. Thank you very much…

Raj
- 351
- 2
- 13
- 30
0
votes
1 answer
Group StackedBarSeries and BarSeries on same axis
I want to display 3 series on my Silverlight toolkit horizontal bar chart...2 normal bar series and 1 stacked bar series (consisting of 2 SeriesDefinition). When I add the first 2 normal bar series, they show up next to each other as expected. But…

Thelonias
- 2,918
- 3
- 29
- 63
-1
votes
2 answers
Highcharts Stacked bar cannot show total Volume
Highchart expected:
[1]: https://i.stack.imgur.com/pXRj8.png
I want to make a Stacked bar like the picture, is it possible? If yes, please give me the solution. Thanks

Greg Nguyen
- 11
- 4
-1
votes
1 answer
Tableau Grouped Stacked Bar Charts
I'm working with some multi-year, multi-category data, multi department data. So I've created stacked bar charts for each year where the bars are the department and the stack is the category. Like so:
However I cannot for the life of me figure out…

WorshipSource Video
- 19
- 1