Pareto Chart

T

TAndrew

Hello.
I am trying to create a chart that is in a pareto format. I am not real
familiar with writing code to create a chart so I was wondering if there is
any easy way to do so. Basically, I don't want the information on the x-axis
to be ordered ascending rather to just plot in the order it is coming from
the query. Thanks in advance for any help.
 
J

Justin

I create Pareto Charts all the time. Use a Bar Graph type and for the data
source sort the Qty in ascending order.
 
T

TAndrew

Thanks Justin. I think I got it figured out. I should have known how to do
that, but sometimes a reminder can be quite helpful.
 
Top