fahd.malik Posted August 13, 2007 Report Share Posted August 13, 2007 I have a couple of questions relating the following graph from ChartFX http://localhost/untitled.bmp 1. Is there a way to get rid of the markers (small triangles) while keeping the legend?2. I want to make the Valuation (current white bar) bar's border to be orange with white filling and I am doing the following. Chart1.Series[1].Color = System.Drawing.Color.White;Chart1.Series[1].Border = true; Chart1.Series[1].BorderColor = System.Drawing.Color.Orange; As you can see, only white color shows up for both border and filler. 3. I want the output from the above CharFx to look like the following (this graph is from Excel, where they can put a bar on top of another bar). Notice how, in this case, the maroon bar is stacked on top on the orange bar - I also want the maroon bars in the above graph to be stacked on top of the white bars. Is this feature available in ChartFx? http://localhost/untitled1.bmp Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 16, 2007 Report Share Posted August 16, 2007 We can't see the images you posted, can you please make sure they are added as attachments using the "Options" tab when composing a message? To modify the border color you will need to set the BorderEffect property to BorderEffect.None JuanC 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.