Jump to content
Software FX Community

icegunner

Members
  • Posts

    15
  • Joined

  • Last visited

icegunner's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I know that with the Image rendered format, you can use the popupon() and popupoff() javascript methods to handle changes to the tooltips. I'm currently doing that to strip out certain codes from the tooltip before it displays to the user. Now, I have a window popup that shows the same chart but using the .Net render method. I still need to do the same stripping of codes from the tooltip, but the javascripts aren't working. Is there a way to fix this? Or a better way to handle changes to the tooltip like what I do with the Image? Cheers, Gunner
  2. Well, it turns out that my problem was related to the user account that was being used for the application pool that the application was running in. Once I got the user accounts synced, then the error went away. Thanks for the help. Gunner
  3. Never mind. I answered my own question. Just a little slow these days. Sorry. Cheers, Gunner
  4. Okay, not as detailed as I was hoping for. How's this... Is it possible to produce a chart similar to the one attached in ChartFX? If so, how would that be accomplished? It seems when I add multiple Y axes, the additional ones do not show up on the chart. Cheers, Gunner
  5. Okay, that's cool. So, is it also possible to show all the Y axes on the same chart? Might you have a simple sample app I could look at? Cheers, Gunner
  6. So, if you can have 20+ Y axis series, how do you do that? I only know of AxisY and AxisY2. How would you setup for several Y axes and get them displayed? Is there an example somewhere? I ask because I ran into this problem and opted for series normalization instead. So, I'm very curious to know how this is done. Cheers, Gunner
  7. Maybe use the AxisY2 property (i.e. AxisY2.Title, etc.)? Just a thought... Cheers, Gunner
  8. Hi, I just recently created a new web app using the .Net render method. It works just fine on my development machine, but when I publish it to our test server, the chart comes up with the message: "Invalid License (500800). Please contact SoftwareFX support." We have another web app that contains a chart in the Image format on the same server and it's working just fine. As far as I can tell, that's really the only difference between the two. What could be causing this issue and how do I fix it? Cheers, Gunner
×
×
  • Create New...