Sorting Graph Legend

M

Miguel

I have a Bar graph that illustrates Production Lines across the
X-axis, with Time on the Y-axis. Each Production Line is represented
by a single Bar in the graph, and displays the cumulation of down time
by each Reason. In short, a Single Bar could have 3 colors on it, one
stacked on the other, each showing
a { 1, 1.5, .5 } respectively time incremement, and the cumulative Bar
being 3 hours high. Is there a way to display the Legend with a
Highest to Lowest display of the reasons?
I believe I can use the Large() to stack the Bars Highest to Lowest,
making rhe graph appear "Bottom Heavy/Lite" but I would like to also
try and Sort the actual Legend.

Thank you for you help


Mike in SJB
 
Top