Show dot on line chart

B

Bill_S

I created a line chart that plots a set of predetermined values, in this
case, a salesman's payout for hitting a certain % of his quota. The %'s to
quota are along the x-axis and the payouts are representated on the y-axis.
(Example: at 95% = $4,000, at 100% = $5,000, etc.) What I need to do is show
his payout on that line with a dot. Let's say he comes in at 98% and a
payout of $4,650. How can I do that?
 
N

Nicky

Hi
one way would be to put his actual payout as a 2nd series. assuming its
an xy chart:

put your % values on the x axis,
the hypothetical values in series one, and
the actual payout against achieved percentage as series two.

Set

series one style to plain line (no marker),
series two to marker only (no line)

and you'll get the effect I think you want
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top