Jump to content
Software FX Community

samiam1029

Members
  • Posts

    23
  • Joined

  • Last visited

samiam1029's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I should add that, once this error is thrown, "this.mChart = new ChartFX.WinForms.Chart();" code returns an error saying "insufficient memory". We use the following versions and builds of chartfx assemblies. ChartFX.WinForms.Adornments.dll 7.0.3306.26533 ChartFX.WinForms.Base.dll 7.0.3306.26521 ChartFX.WinForms.Data.dll 7.0.3306.26607 ChartFX.WinForms.dll 7.0.3306.26568
  2. We have a reporting engine (a windows service) running on a Windows 2003 server with latest patches and .NET 2.0, 3.0 and 3.5 installed. We use windows chartfx controls heavily. The problem is that, once every while, we get this application error (can be seen in the event viewer) thrown by chartfx which sometimes stops the engine altogether. This is really really bad and we cannot go live until we resolve this issue. Here is a screenshot of the error. Can you help?
  3. We need to resolve this licensing error rather urgently so any help would be appreciated! I have ChartFX 7 installed (from "ChartFX for VS2005" product from SoftwareFX) on my developer machine. I developed a set of .NET assemblies (DLLs, not EXEs) that internally use ChartFX features. These dll assemblies have now been installed on a separate application server along with a windows service that invokes these assemblies. I'm getting this error "Couldn't get Run Time license for 'ChartFX.WinForms.Chart'" on the application server. How to resolve this? Thanks. Sam
  4. I need to be able to completely hide the chart and show only the legend boxes at the bottom. How do I do this? Thanks! HiddenPoints.zip
  5. I'm hoping there's a way to produce a color pie chart where color is smartly chosen by ChartFX so that printing on B&W printer shows distinct black, white and gray shades of pie slices. Any help would be greatly appreciated. Thanks.
  6. Please look at the attached graph produced from ChartFX7 windows. I need to do 2 things. (1) As you can see, the category labels are not aligned consistently - there are some "white spaces" at the end on some labels. I need all the labels to be "right-aligned" without any white spaces. How to do this? (2) Also, is there a way to completely remove step marker "--" on the vertical axis? Thanks a lot! I appreciate any help on this. Sam
  7. Hi there, I'm using ChartFX Gallery.Bar and I have 2 data series. By default, for each data point, I get 2 bars right next to each other. What I need is to be able to say how close each of these 2 bars should be. At least, I want to be able to say, print the 2 bars on top of each other. To illustrate, in the following diagram, the first is what I get and second is what I desire. I'd appreciate any help on this. Thanks.
  8. Hi there, can someone help me how to code to show border on each pie slice and on each legend box? Note this is not to be confused with the rectangular borders surrounding the pie chart or the legend box. In other words, ChartFX gives me the FIRST chart below by default. What I want is the SECOND chart below. Thanks. Sam
  9. Yes, but your code example does seem to have Y-axis yet your code snippet did not produce the bottom horizontal line I'm looking for! Let's just focus on your code example and try to get it fixed. Again, I need to see a visible horizontal line on the Y-axis, not just the step values.
  10. Hi, The code snippet you provided produces the attached chart. As you can see, the chart is missing the BASELINE. In fact, I think that, without even adding a new pane as in your code, simply setting AxesStyle.None produces the same result as your code does. This has to be possible since the desrired chart I posted in the beginning was done by previous version of ChartFX. I think we are missing a few properties here and there. Please continue to help me out here. I appreciate your help. Thanks. Sam
  11. AxesStyle.Math helped me to get rid of top and right borders. However, I need to remove the left border as well. Sample chart is attached. Any help would be greatly appreciated. Thanks!
  12. Hi again, AxesStyle.Math did help to get rid of upper and right border. Now I am left with Left and Bottom borders only. Most of the time, this is great for us but I do have the need to make the LEFT border invisible as well. Can you please help with how I can do this? Thanks so much!
  13. Ok but why? Is there a reason to deliberately take something that was working so well in older version and just yank it out in the newer version? Or is it just an oversight and this will be supported in near future? Thanks.
  14. This still does not work though. (1) I did ContentLayout.Near and attached here is the image. The legends moved slightly to the left (up to the vertical axis) but what I need is for them to move "far left" i.e. all the way to the left margin. Please look at my original images above. (2) There is still that gap I don't want. Just FYI, I produced all these charts using ChartFX. The legends I want to see were done by the older COM version of ChartFX. Are you sure there is absolutely no way to achieve this in the new .NET version of ChartFX?
  15. The top chart shows my current legend boxes. The bottom chart shows what I'd like the legend boxes to look like.
×
×
  • Create New...