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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...