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
0
votes
1 answer

Does "ChartFX" support asp.net mvc?

Today started doing some research for good plugins for asp.net mvc and found ChartFX sounds like it supports .net but doesn't support asp.net mvc. Is it true? Correct me if I am wrong. Thank you!
Sergey
  • 7,933
  • 16
  • 49
  • 77
0
votes
0 answers

C# Xml Node DataTypes

I'm using the following XML for ChartFX: http://pastebin.com/sR1N61Ss The following line is causing the issue: ProductCode="1234568" If I happen to add any alpha characters into the string such as "1235678a" then it it's fine and works. So my…
Paul
  • 318
  • 5
  • 19
0
votes
1 answer

How to use a Variable or Function to declare my SqlDataSource ID in HTML

I'm writing a for loop that displays a list of links with some chartfx display. The chartfx needs an sqlDataSource. I'm trying to give the unique ID each time the for loop does one iteration but I can not pass it a value or function. Example below…
ZUKINI
  • 195
  • 2
  • 15
0
votes
1 answer

ChartFX export chart cuts the borders

I have a problem with exporting a chart. I use the ChartFX chart with chart.ExportImageSize = new Size(600, 450); and if the size of the image is larger than this (1127, 537), it cuts the right and the bottom border in the exported image. For…
gajo357
  • 958
  • 12
  • 22
0
votes
0 answers

Implement Flex Chart in JSP

I have a jsp which displays future sales chart along with other contents(button,textbox.etc) and this chart has been implemented using chartfx. Now I have a requirement to implement this chart using Adobe flex without modifying other components in…
Srini
  • 420
  • 1
  • 5
  • 17
-2
votes
1 answer

JavaFX XYChart High frequency refresh

I try to combine Chart-FX in https://github.com/GSI-CS-CO/chart-fx and TableView in JavaFX into one interface to meet my requirements. At present, I have written a demo to realize it. But now I find that when the number of points of the DataSet in…
1
2