Jump to content
Software FX Community

vivekagarwal

Members
  • Posts

    7
  • Joined

  • Last visited

vivekagarwal's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, We recently upgraded to Chart FX 7. When I run the application on my machine (Where I coded and I have Chart FX installed), I am able to open the screen where Chart FX is used. But when I try to run this application on any other machine (where I don't have Chart FX installed), it throws me error "Couldn't get Run Time license for 'ChartFX.WinForms.Chart'". I am using VS 2008 with VB.net. My .licx file shows Chart FX refrence but still unable to get it working. Can anybody help with this? Thanks, Vivek Agarwal
  2. I looked into the documentation and didn't find any help related to my issue. My issue is this: I am upgrading from Chart FX previous version to 7. Also I am upgrading from Visual Studio 2003 to 2008. For converting to Chart FX 7, I am using Wrapper Class and that resolved most of the issues except followig. In the below code I changed refrence to use Wrapper class but it seem to not like it and throws error. Any idea how can I resolve this issue? Thanks for your help in advance. Dim SeriesAttributes1 As SoftwareFX.ChartFX.Wrapper.SeriesAttributes = New SoftwareFX.ChartFX.Wrapper.SeriesAttributes SeriesAttributes1.Pattern = System.Drawing.Drawing2D.HatchStyle.Horizontal Me.cfxCompTrend.Series.AddRange(New SoftwareFX.ChartFX.Wrapper.SeriesAttributes() {SeriesAttributes1, SeriesAttributes2})
  3. Sorry for the confusion. We have Chart FX for .NET 6.2 and converting to Chart FX 7 using Chart FX wrapper.
  4. Thanks for the info. I used Chart FX 7 Wrapper class and most of the issues are fixedexcept few. When I am doing following, it throws error: Dim SeriesAttributes1 As SoftwareFX.ChartFX.Wrapper.SeriesAttributes = New SoftwareFX.ChartFX.Wrapper.SeriesAttributes Any idea?
  5. Hi, I am using old version of Chart FX (I think 4.3.1) for Windows Application. Now am in process of upgrading to Chart FX 7 but it shows many reference errors. Can anyone please tell me how to use Chart FX 7 with my existing VB.net 2008 code. Thanks, Vivek Agarwal
×
×
  • Create New...