Jump to content
Software FX Community

rocioZ

Staff
  • Posts

    148
  • Joined

  • Last visited

Posts posted by rocioZ

  1. However, please note that Chart FX for .Net 6.2 was specifically built to work with .Net framework 1.1 and even though it works with .Net framework 2.0 and Visual Studio 2005, it has no optimizations for 2.0.

    Newer version of Chart FX for .NET framework is Chart FX 7. This version is completely compatible with .NET 2.0, and newer ones like 3.0 & 3.5 .NET frameworks.

  2. It could be a limitation of the Active X control in MOSS.

    However, please note that Software FX DataParts for SharePoint is created to address the needs of SharePoint users, and it has been officially released. The Chart FX web part let you choose from over 25 different types of Charts. The wizard guides you to configure your Chart web part step by step. You are able to access common types of data sources such as SharePoint lists, SQL Databases or Business Data Catalogs without major complexity.

    Please feel free to check our new product at the following link:

    http://www.softwarefx.com/sharepoint/dataparts/

  3. You can find documentation, samples, and a complete API that help you implement your Histogram at "Samples and Resource Center" that comes with the installation of Chart FX 7. Please check "Chart FX Extensions" section and the Statistical sample project.

  4. You can set the Min, Max and Step properties of AxisX for the chart based on the data you are passing. For instance, I set the AxisX properties as:

    Chart1.AxisX.Max = 5;

    Chart1.AxisX.Min = -5; (negative value)

    Chart1.AxisX.Step = 1;

    You can set the AxisX properties appropriately based on the data you are passing.

    The value of the Step Property must be greater than the value of the MinorStep property. Please note the values for the Step and MinorStep properties are data related.

     

  5. You can find PowerGadgets Cmdlets Help and PowerGadgets Quick Start Guide documents when PowerGadgets is installed. The PowerGadgets Creator documentation is located on page 30 in PowerGadgets Quick Start Guide.

    To create a Stacked bar chart using PowerGadgets Creator:1. Choose Chart Gadget2. Choose your Data Source3. Type your SQL Statement4. All data should populated your Chart. In order to customize you Chart, please go to the Chart Wizard.5. Select Chart Gallery. Choose Stacked under Bars (Columns) gallery.6. Go to Adjust Data to Chart7. Select Data Columns to be used8. If there are multiple charting layouts detected, please select a layout that best matches your preference.Through the PowerGadgets Creator wizard, you are able to follow step by step to:

  6. We have been trying to reproduce the issue on our side. Different environments have been set up using:

    - Windows XP and Windows Vista OS

    - .NET Framework 2.0 with SP2

    - .NET Framework 2.0 RTM

    - PSS Service enable and disable

    - Different versions of IIS

    - Using your ChartFXProblemSample database with SQL Server Authentication

    Unfortunately, this is not considered a bug as the issue was not replicated in any of the scenarios mentioned above. Our primary concern is to help you solve your problem; however, there is no much we can do if the issue is not replicable.

  7. Please try uninstalling and reinstalling Grid FX using the following steps:

    1. Close any instances of Grid FX (Visual Studio, Grid FX Resource Center)

    2. Go to Control Panel > Add/Remove Programs > Remove Grid FX.

    Please make sure that all files/directories of Grid FX are properly removed from C:\Program Files. If not, please remove them manually.

    C:\Program Files\Grid FX

    C:\Program Files\Common Files\Install FX

    Always remember to have Visual Studio closed whenever you uninstall or install Chart FX. Also, please make sure to install as the system administrator or local admin. Sometimes, It's not enough just be a member of the Administrators group or run elevated. You have to be that built-in guy.

    4. Install Grid FX using the link:

    http://www.softwarefx.com/OnlineDownload/?Product=GridFX10&SubType=GridFX10

    Once you have installed it, please go ahead and try creating a new Visual Studio project, drop a Grid onto a Form and let me know if you are still having the issue.

  8. Sometimes, when you are using a trial product and install the licensed product, the registry value is correctly updated, but the temporary license file added to the project is not updated. In order to update this temporal license please add (drag & drop) a Grid FX object into your project and rebuild your application. Try this and let me know if this helps.

  9. Regarding your question on part 2, unfortunately, there is no way to specify the column number for the legend. There is an option that can help you with this problem. You can try using the width and height properties of the legend to set the size of the legend box.

     

  10. Chart FX allows you to change the text of the tooltips in a very easy way, I recommend you to read the Resource Center and API that comes with the installation of Chart FX in section End User Experience/Tooltips; the following line of code will help you to change the text displayed:

    chart1.TooltipFormat =

  11. The message tag you see ("Not for production use"') is appearing because you have installed Chart FX using a Test Server License. This license, as its name suggests, is intended to be used for testing purposes. When the product is going to be installed on a production server (for comercial use), you are required to purchase a production license which will remove the message tag.

    Rgds,

    RocioZ

    www.softwarefx.com

  12. You can find documentation, samples and a complete API that helps you implement your real-time chart at Samples and Resource Center that comes with the installation of Chart FX 6.2. Please check the real-time section.

×
×
  • Create New...