Access chart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a chart but I need to show my total on the pie not just my legend.

For example:

In this pie shows the model number of the equipment, but it doesn't show me
how many of them I purchased and that's what I need to show in addition to
the model number.

thanks
 
It isn't clear what the pie chart is charting. You can set the labels to
display a number of options. Did you "play" with this property?
 
ok, let see if I can describe this better:

I have a query that is displaying different laptop models and the date they
were purchased. I want to create a graph that shows the % purchased of x
model and the % of y model, but I want to be able to see the % number on the
pie. let me know if this helped.
 
I just opened the chart control in design view and checked the property
settings for data points. You can set "Label Contains" to one or all of these:
_ Series Name
_ Category Name
_ Value
_ Percentage
 
Thanks............it worked.

Duane Hookom said:
I just opened the chart control in design view and checked the property
settings for data points. You can set "Label Contains" to one or all of these:
_ Series Name
_ Category Name
_ Value
_ Percentage
 
Back
Top