PC Review


Reply
Thread Tools Rate Thread

Customizing data series markers

 
 
Brad Reid
Guest
Posts: n/a
 
      13th Apr 2004
Is it possible to customize or add data series markers when one goes to
"Format Data Series" to change such things? I was hoping to add a symbolic
up and down arrow. Is this possible? my thanks in advance. BR


 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      13th Apr 2004
Brad -

Draw the arrow that you want. To apply it to the entire series (each
point), select the series; to apply it to a single point, select the
series then the point (two single clicks). With the desired target
selected, choose Paste from the Edit menu or use Ctrl-V, and the copied
arrow becomes the data marker. This works with any of the drawing
objects. This web page gives more examples:

http://peltiertech.com/Excel/ChartsH...ormatting.html

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

Brad Reid wrote:
> Is it possible to customize or add data series markers when one goes to
> "Format Data Series" to change such things? I was hoping to add a symbolic
> up and down arrow. Is this possible? my thanks in advance. BR
>
>


 
Reply With Quote
 
Brad Reid
Guest
Posts: n/a
 
      14th Apr 2004
Jon, great instructions. Thanks. Brad

"Jon Peltier" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Brad -
>
> Draw the arrow that you want. To apply it to the entire series (each
> point), select the series; to apply it to a single point, select the
> series then the point (two single clicks). With the desired target
> selected, choose Paste from the Edit menu or use Ctrl-V, and the copied
> arrow becomes the data marker. This works with any of the drawing
> objects. This web page gives more examples:
>
> http://peltiertech.com/Excel/ChartsH...ormatting.html
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/Excel/Charts/
> _______
>
> Brad Reid wrote:
> > Is it possible to customize or add data series markers when one goes to
> > "Format Data Series" to change such things? I was hoping to add a

symbolic
> > up and down arrow. Is this possible? my thanks in advance. BR
> >
> >

>



 
Reply With Quote
 
K Dales
Guest
Posts: n/a
 
      15th Apr 2004
Hey, great info! Did not know this was possible. New
question that I have: Can this be done through VBA?

K Dales

>-----Original Message-----
>Brad -
>
>Draw the arrow that you want. To apply it to the entire

series (each
>point), select the series; to apply it to a single point,

select the
>series then the point (two single clicks). With the

desired target
>selected, choose Paste from the Edit menu or use Ctrl-V,

and the copied
>arrow becomes the data marker. This works with any of the

drawing
>objects. This web page gives more examples:
>
>

http://peltiertech.com/Excel/ChartsH...omSeriesFormat
ting.html
>
>- Jon
>-------
>Jon Peltier, Microsoft Excel MVP
>Peltier Technical Services
>Tutorials and Custom Solutions
>http://PeltierTech.com/Excel/Charts/
>_______
>
>Brad Reid wrote:
>> Is it possible to customize or add data series markers

when one goes to
>> "Format Data Series" to change such things? I was

hoping to add a symbolic
>> up and down arrow. Is this possible? my thanks in

advance. BR
>>
>>

>
>.
>

 
Reply With Quote
 
Andy Pope
Guest
Posts: n/a
 
      15th Apr 2004
VBA code would be something along these lines.

Sub CustomMarkersAll()
' apply to series
ActiveSheet.Shapes("Autoshape 2").Copy
ActiveSheet.ChartObjects(1).Chart.SeriesCollection(1).Paste
End Sub

Sub CustomMarkersPoint()
' only apply to point 1
ActiveSheet.Shapes("Autoshape 2").Copy
ActiveSheet.ChartObjects(1).Chart.SeriesCollection(1).Points(1).Paste
End Sub

Cheers
Andy

K Dales wrote:

> Hey, great info! Did not know this was possible. New
> question that I have: Can this be done through VBA?
>
> K Dales
>
>
>>-----Original Message-----
>>Brad -
>>
>>Draw the arrow that you want. To apply it to the entire

>
> series (each
>
>>point), select the series; to apply it to a single point,

>
> select the
>
>>series then the point (two single clicks). With the

>
> desired target
>
>>selected, choose Paste from the Edit menu or use Ctrl-V,

>
> and the copied
>
>>arrow becomes the data marker. This works with any of the

>
> drawing
>
>>objects. This web page gives more examples:
>>
>>

>
> http://peltiertech.com/Excel/ChartsH...omSeriesFormat
> ting.html
>
>>- Jon
>>-------
>>Jon Peltier, Microsoft Excel MVP
>>Peltier Technical Services
>>Tutorials and Custom Solutions
>>http://PeltierTech.com/Excel/Charts/
>>_______
>>
>>Brad Reid wrote:
>>
>>>Is it possible to customize or add data series markers

>
> when one goes to
>
>>>"Format Data Series" to change such things? I was

>
> hoping to add a symbolic
>
>>>up and down arrow. Is this possible? my thanks in

>
> advance. BR
>
>>>

>>.
>>


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Series Markers Wavequation Microsoft Excel Misc 1 29th May 2009 10:27 PM
How to Reduce the Number of Data Series Markers professorplum101@gmail.com Microsoft Excel Programming 2 4th Apr 2007 02:47 PM
Help! Need to reduce number of markers in a series professorplum101@gmail.com Microsoft Excel Programming 0 3rd Apr 2007 09:39 PM
How to change the color of the series markers from yellow to Black =?Utf-8?B?U2Ft?= Microsoft Excel Charting 2 30th Jun 2005 02:47 PM
Format Data Series Markers =?Utf-8?B?S0I=?= Microsoft Excel Charting 1 30th Nov 2004 03:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:00 AM.