X, Plus, and Star marker styles do not show all data points

  • Thread starter Thread starter L Mehl
  • Start date Start date
L

L Mehl

In a scatter chart, the X, Plus, and Star styles simply mark the right end
of each string of data; data points to the left of that position don't show,
unless I use a background color different from the Chart's background.

The square, diamond, triangle, and circle styles show all the data.

Is there a property of these 3 problem styles I should set to make them
display like the 4 that work?

Thanks for any help.

Larry Mehl
 
Larry -

I've never noticed a problem like that. You're saying the markers only
mark the last point in a series? Are these charts you're doing your VBA
experiments on?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
Hi Jon --

Yes, only the the last point in a sequence.

E.g., there are many x-values of 0 to 500 ; I see the grey background color
sticking out the left side of the chart but nothing indicating values until
500, where is one marker.

Similarly for the range 500 to 1100, except for no marker's background seen
at the right edge, because the x-scale max =1,300.

These are the charts I have been posting about for the last several months.

Larry
 
Back
Top