SharpGraph for .NET Support

Started by mxc at 08-28-2008 1:49 PM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   08-28-2008, 1:49 PM
mxc is not online. Last active: 5/28/2008 4:37:07 PM mxc

Not Ranked
Joined on 08-28-2004
US
Posts 5
set marker color
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?
   Report 
   09-03-2008, 1:43 PM
ericc is not online. Last active: 4/4/2009 4:32:14 PM ericc

Top 10 Posts
Joined on 03-01-2005
Posts 1,857

DDStaff
Re: set marker color
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


   Report 
GrapeCity » Product Support » SharpGraph for ... » set marker color

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.