Jump to content
Software FX Community

Sample Project Bubble charts System.OverflowException


Bernhard

Recommended Posts

Hello.

 If there is only one row i get an System.OverflowException. When i use two rows the first circle isn't visible.

<?xml version="1.0"?>

<CHARTFX>

<COLUMNS>

<COLUMN NAME="Symbol" TYPE="String"/>

<COLUMN NAME="Strength" TYPE="Double"/>

<COLUMN NAME="Rank" TYPE="Integer"/>

<COLUMN NAME="PE" TYPE="Integer"/>

</COLUMNS>

<ROW Symbol="DODC" Strength="0.97" Rank="85" PE="39"></ROW>

 

</CHARTFX>

 

Trace output:

Link to comment
Share on other sites

You seem to have 3 columns that are numeric. Bubble takes multiples of two. Make sure that you are specifying the appropriate usage to each field (Fields collection). If you are leaving it to be default, you will end up with a 3 series chart which can not be a bubble.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...