Jump to content
Software FX Community

Frank

Staff
  • Posts

    1,761
  • Joined

  • Last visited

Posts posted by Frank

  1. There is no API to move the "zero" to another value.

    You can however use Y-From values to start each bar from any arbitrary value (instead of zero or the Min).

    You need to set Data.YFrom to the initial date (defined by you) for all points in the chart. If you are doing DataBinding, make sure you do this AFTER databinding is performed.

     

  2. At the dll level, there is no Production or Development versions of them. There is only one DLL version (the Development/Production difference comes from the license installed).

    I think the problem you are having is that you downloaded a newer version in your development box (maybe from a service pack or hotfix).

    7.0.2540.35421 is the newer version and all ChartFX dlls should share the same major build (2540). You need to do one of the following:

    1) Download a new installer for both your dev. box and your production server containing the latest version.

    2) Download a service pack from our support site and installed in BOTH your dev box and your production box.

  3. Capturing the ChangedByUser event will allow you to select which changes are allowed and which are not.

    When dragging a point in an X/Y chart the event will be fired twice, one for the X and one for the Y. You can stop to X-Value change by setting the Handled property to true during this event.

  4. The relationship for bubble sizes is alway linear.

    The article you mentioned explains all the parameters involved in calculating the bubble size, you can change these parameters to achieve the desired result.

    - Change the Volume property for the second series (size series).

    - If your size scale (second series) is very different than your position scale (first series) you may want to assign the second series to a secondary Y-Axis (which may be hidden if you want to). This way the ranges can be controlled independently.

  5. The dll from which you export the chart should not have any effect. My guess is that the difference comes not from where you are making this call from but when, when as in when in the page cycle. Make sure the call to export is done after the ViewState has been loaded and all your customization code in your page has executed.

  6. Are you using the latest service pack from our support site? If you are, can you post a sample page that reproduces the problem? I am aware of an issue that looked like this but it was fixed some time ago, so the problem may get solved when you get the latest service pack, otherwise this could be a completely different issue that we are not aware of for which we will need a repro case in order to investigate.

  7. > Thanks, now I can view the chart in my browser; however, I don't like the idea of setting FullTrust to the entire "Internet_Zone".  

    You can also assign full-trust to a specific control.

    Here si the caspol command to add full trust to all Software FX Assemblies (that big number is SoftwareFX's strong name which can be obtained using sn.exe):

    caspol -q -m -ag All_Code -strong -hex 00240000048000009400000006020000002400005253413100040000010001003d35b05ac523a5dbbdb65b6158a5de0eb20d2519ff6956ae294fcada2ca2d354428a1163f56e8294c277132ba0759d85b87df88169b63f8519882738bba48b91260f3e090252de6da366e8f16ee32b4c816cd9f6a466232d57e55bb92cae3e4a6e01b4c0b41241819d25d5dcbf6f1cddb0b7abbae608cb541106e8855f0bceb6 -noname -noversion FullTrust -n "Software FX" -d "FullTrust for all Software FX Assemblies" -exclusive on

    >

    Now that I am able to load the graphic, the problem is that the first time it loads, it takes about ...

    This is inherernt to the way IE loads .NET Controls.

    The following thread should shed some light on the problem and how to mitigate it.

    http://community.softwarefx.com/forums/t/274.aspx

     

  8. The writer is requiring HttpContext.Current in order to determine whether the browser supports ActiveX controls or not as the output is different depending on this.

    Since you are calling outside of ASP.NET, this context is null.

  9. I'm really baffled! I've never seen this behavior before.

    Like I mentioned before, License Error 00300800 indicates a problem with the license not matching the computer, I don't know why it will work when you boot and not later on.

    Please contact Software FX support.

×
×
  • Create New...