Marker Line Style

jheddings

New Member
Joined
Feb 20, 2009
Messages
2
I am trying to change the line style of a marker, but I am unable to find any documentation on any property that might allow this. Additionally, when I record a macro to change the style, nothing is added to the VB code.

Can anyone point me in the right direction?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hello and welcome to The Board.
I do not understand what you mean by "Marker" so perhaps you could explain this a bit more please.
When you record a macro, the dialog box ask where you want it stored- I guess that this is not set to "This workbook" on your system - you may find that it is being stored in your Personal workbook?
 
Upvote 0
I can not see anything in the OM that would suggest the properties are available via code.

Marker Line colour is all you can alter using the MarkerForegroundColorIndex property.
 
Upvote 0
Sorry, I should have been more clear. I'm looking to modify the line style of the markers in a data series on a chart. Specifically, using the double-line style with no fill makes a nice "circle-in-circle" look that we are hoping to achieve.

I'd seen those properties for modifying the marker color, style, and size. I guess I was hoping there was something I missed.

Thanks for the replies... I think I'll have to take another direction to get the appearance we are shooting for. I'm looking into using a second series with the same data to get the circle-in-circle look.
 
Upvote 0
Another way may be to use a custom marker. Create a shape and format as required, then copy to the clipboard. Now for the series use the Picture fill > Clipboard for the marker.
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top