User (Legacy) Posted October 23, 2003 Report Share Posted October 23, 2003 I have a line graph that has no markers under normal conditions. Now I want to add markers to this line with a color (all markers the same color) that differs from the line itself. However, each time I change the color of the series, the line itself also changes color. I've tried bordercolor, but that does not seem to make a difference. How do I do this programmatically? Thanks, Henk Borsje Quote Link to comment Share on other sites More sharing options...
Software FX Posted October 24, 2003 Report Share Posted October 24, 2003 To have Markers and Lines with different colors do: Chart.TypeMask = Chart.TypeMask and not CT_COLORLINES Then, you can control the color of the line using the BorderColor property and the Color of the marker using the Color property. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.