Re: set marker color
SharpGraph for .NET Support
set marker color
08-28-2008, 1:49 PM
I try to set the color of the line chart marker
I set the color for marker.backdrops.
But it only set the filling color, the border of the marker still in black.
If the style of the marker is cross. then it is always black cross, no matter how I set the color for backdrops.
How can I set change the color for marker.cross?
Re: set marker color
09-03-2008, 1:43 PM
Thank you for your question. You can change the line color of the markers by setting the markers line to a new line with the specified color.
Ex:
m.Line = new DataDynamics.ActiveReports.Chart.Graphics.Line(Color.Red);
Thanks,
Eric