-----Original Message-----
I'm sure you know what you are doing, but I don't understand your
problem. Yes, you need 16 columns for 8 series. So, what? The
readers don't have to know how you created the effect. Just as long as
someone who wants can duplicate your work.
If your problem is that you have a legend on the chart and it shows 16
entries, just delete the legend entry corresponding to the dummy series
that creates the marker. Click the legend. Pause and click the
individual legend you want to delete. Press the 'Delete' key.
If the problem is that the color of the marker is different from the
line, double-click the marker series and from the Patterns tab set the
color scheme to match the line.
If you still insist that you want one column for one series, create the
series and write a macro that will show the marker only for each n-th
point. Lenin has already shared a solution using this technique.
If you don't want to use VBA and don't want to use 2 columns, you could
always set the marker for the series to 'None.' Then, with the series
still selected, double-click each point for which you want a marker.
In the resulting 'Format Data Point' dialog box, from the Patterns tab,
set the marker as desired.
If none of the above appeal to you, XL is the wrong program for you.
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
I want to publish paper with the chart where there are 8
lines. Now I know how to distinquish these 8 lines with
the different markers by using 8 extra columns. This
method is to use 2 columns to express one line(column A
is for the line "------" and column B is for marker "+"
only). So 8 lines need 16 columns. Each column
corresponds to one serial automatically.
Because I need to tell the readers what each line
expresses, the implementation of this has to be done
through serials. But for each line, I only need one serial
("---+---"). Now there are two serials corresponding to
one line. I tried to reduce one serial but the
corresponding information in the chart vanish too.
So I want to know if Excel has the function of reducing
one serial without losing information in the chart.
-----Original Message-----
I don't believe that is possible. However, it is not clear why
combining the two series is important. After all,
you
do get the
desired visual effect, don't you?
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
Hi,
thanks. I looked at your web and decide to use "use an
extra column". But there is still one problem
because
I
want to combine two serials("-----" if it express line
without marker and " + " if it express marker only) into
one serial ("---+----"). What can I do?
Ye
-----Original Message-----
See the Excel/Tutorials/Select Markers page of my web
site for non-VBA
solutions.
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions