Jump to content
Software FX Community

Frank

Staff
  • Posts

    1,761
  • Joined

  • Last visited

Posts posted by Frank

  1. The messages mean what they say. In IE you are using the .NET Client control which requires full trust to access the clipboard, please refer to the following KB article for more information about Client Control Trust Levels:

    Q6141001. Security settings required by the .NET client control

    URL: http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxCS62&Source=http://support.softwarefx.com/kb/614/1/001.htm?_r=1

    Clipboard operations are not supported in FireFox.

     

  2. The Legend is shared by all series.

    There is however an alternative:

    1) Assign the label you want to display as follows:

    chart.Point[series,point].Tag = "My Label";

    2) Setup the Point Labels so that they display this value:

    chart.PointLabelMask = "%L"; // Or any string containing %L

  3. Indeed, that is the default, the label angle and layout will be adjusted to fit as many labels as possible. There is however, no guarantee that all labels will show, there is a minimum space allowed between labels to avoid overcrowding. This spacing can be controlled using Axis.LineSpacing.

    The flag that allows this auto-layout to happen is in Axis.Style: AxisStyles.AutoLabelLayout, and like I mentioned, it is ON by default.

    Are you not getting this behavior? Are your X-Axis labels always horizontal? Please post a sample program that reproduces this behavior as this is not the expected behavior.

     

  4. I am aware of the KB article you mentioned, in fact, I was the one who wrote it. 

    This article however, deals with adding the license to an EXE, which is not your case (in this case the EXE is IIS which you have no control over). Even if you embed the license into your dll, this will not work, we only look for the license in the EXE not in any wrapper dlls.

    There is only two ways of having Chart FX running inside IIS:

    1) To run the Chart FX Installer in that server

    2) To obtain an OEM license that you can embed in your web application.

  5. I really don't see what the difference is between an image generated by Chart FX and any other image. For the browser theory are the same thing (the browser doesn't know anything about Server-Side controls).

    My only guess is the type of image.

    You can actually grab the chartfx generated images from the Temp folder and try putting them in your own HTML. Are you using any special attributes in your <img> tag? any filters?

    Please provide an example of a working HTML page that using static PNG images can overlap two and achieve correct printing.

  6. This is a bit confusing. You want to show no decimals but you want to have decimals. What does this means?

    Where do you want to see more than one decimal (what elements of the chart) and where do you want to see none?

    Check-out Axis.DataFormat, I think this may be what you are looking for.

  7. The Chart FX license doesn't allow for that. Chart FX WebForms is licensed per-server, you need a different license for each server on which you want to install.

    If your application uses Chart FX and you want it to be deployed to servers that don't have a Chart FX license you need an OEM agreement. Please call Software FX sales for details.

×
×
  • Create New...