Questions tagged [chartfx]

Chart FX is a commercial package to create visually-rich, lightweight and secure charts that will enhance your enterprise application's display layer.

Chart FX provides developers with unprecedented data visualization capabilities taking full advantage of the .NET or Java Server Framework and cutting-edge technologies such as AJAX to create visually-rich, lightweight and secure charts that will enhance your enterprise application's display layer.

21 questions
4
votes
1 answer

Import chartfx to Delphi XE2

A number of delphi applications that I work with use an activex chartfx control. I realize that the company softwarefx stopped supporting delphi a while ago but we are transitioning to 64 bit builds and this component is our main obstacle. We could…
Joe
  • 999
  • 1
  • 8
  • 20
3
votes
4 answers

Couldn't get Design Time license for 'SoftwareFX.ChartFX.Chart' error in C# solution

I'm trying to build a C# solution in Visual Studio 2008 written by other programmer. Visual Studio throws the following error: Exception occurred creating type 'SoftwareFX.ChartFX.Chart, ChartFX, Version=6.2.1342.0, Culture=neutral, …
Donotalo
  • 12,748
  • 25
  • 83
  • 121
2
votes
3 answers

java.lang.Error: "Not enough storage is available to process this command" when generating images

I am running a web application on BEA Weblogic 9.2. Until recently, we were using JDK 1.5.0_04, with JAI 1.1.2_01 and Image IO 1.1. In some circumstances (we never figured out exactly why), when we were processing large images (but not that large…
jhericks
  • 5,833
  • 6
  • 40
  • 60
2
votes
0 answers

Is ChartFX 6.2 compatible with Vista and Windows 7

Does anyone have any success with WinForms ChartFX 6.2 on Vista or Windows? I'm after a sanity check that it's not just our code. If it's a known issue I can say that upgrading is the only solution. Currently we get an exception in the Scatter Chart…
James Bloomer
  • 5,212
  • 2
  • 22
  • 23
2
votes
1 answer

Add other dataset to display a combination chart

Chart chart1 = new Chart(); //ChartFX chart1.DataSourceSettings.DataSource = dset.Tables[0]; chart1.Data.Series = 2; DataSetDataValuesTableAdapters.DataValuesTableAdapter adapter = new…
juanchoelx
  • 387
  • 1
  • 6
  • 20
1
vote
1 answer

ChatFx Lite LicenseException on build server

I downloaded ChartFx Lite and am using it successfully in my windows forms application on my development machine. I have added the ChartFX.Lite.dll assembly to my source repository and am trying to build the project on my build server that does not…
Henry
  • 11
  • 2
1
vote
3 answers

Access violation when accessing a COM object from .Net

I am sorry if the post is too long, but I would be happy if someone would at least point read the bolded titles, and point me in the right direction. I am having this problem for couple of days, but was unable to found the answer on the net. These…
vgru
  • 49,838
  • 16
  • 120
  • 201
1
vote
1 answer

ChartFX 4.0 components in Delphi XE4: inconsistent design time license issue

We have a huge app that uses ChartFX 4.0 a lot and we're migrating from Delphi6 to XE4. The programmer mainly responsible so far has basically created a new package for the ChartFX components and has successfully installed it on his machine, and has…
Pete
  • 61
  • 6
1
vote
1 answer

How to put ellipsis at the axis of chartfx graph?

I'm working on ChartFX for windows forms, have a problem. My application must works on screens that have an small size (i.e. 1440x900), I need to display several charts on the same screen (I cannot change it). So, when it happens the axis labels of…
Ariel
  • 121
  • 6
0
votes
1 answer

Export ChartFX7 to SVG in Java

Can anybody give an example of exporting a ChartFX7 chart to SVG? I've tried: ByteArrayOutputStream baos = new ByteArrayOutputStream(); m_chart.setOutputWriter(new SvgWriter()); m_chart.exportChart(FileFormat.EXTERNAL, baos); …
John Donoghue
0
votes
1 answer

Clicking the print button in chartFx doesn't bring the print dialog

I have ChartFX 7.0 for win forms and the toolbar is set to Visible, but when I click the "Print..." button nothing happens. Weird thing is that in some environments I'm able to reproduce this and in others I can't. Does anybody knows how to access…
hyeomans
  • 4,522
  • 5
  • 24
  • 29
0
votes
1 answer

ChartFX 7 Winforms - cannot edit control

I have a winforms form with a ChartFX 7 control on it and I am not able to click or select the control on the designer. The controls are not locked and the version is VS2015 with framework 4.0 selected. I cant even drag and drop the control onto a…
Sundeep
  • 1
  • 3
0
votes
1 answer

LINQ reformat to Table in Memory

I am working on an ASP.net page that also users ChartFX. I need to pull a row from a database table and then flip it so that all of the labels for the row are in a column and all of the data from the row is in a parallel column to the labels. I…
Jacob Huggart
  • 663
  • 2
  • 11
  • 30
0
votes
1 answer

Chartfx new chart object not initialized?

When I create a new chart object via: ChartFX.WebForms.Chart theChart = new ChartFX.WebForms.Chart(); When I took a look immediately the row after creation via breakpoint in Visual Studio 2005 I noticed there are 3 rows in the newly created chart…
EverTheLearner
  • 7,040
  • 16
  • 57
  • 72
0
votes
1 answer

Chart FX 6.2 is not displayed on windows 7 clients

We have an ASP.net application that uses charFx 6.2. It works on windows XP clients but the clients who run Windows7 can not see the chart. Any help in this regard is really appreciated. Thanks
1
2