Jump to content
Software FX Community

Chartfx Graphing


fahd.malik

Recommended Posts

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...