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 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.