Jump to content
Software FX Community

Overflow error on by changing bubble size


jauggy

Recommended Posts

 If you run the attached file, there will be an exception when the program runs. However you can make the exception go away by changing the bubble size in the companydata.txt file. How can I make it work for any bubble size?

 <?xml version="1.0"?><CHARTFX>   <COLUMNS>     <COLUMN NAME="XValue" TYPE="Double"/>     <COLUMN NAME="YValue" TYPE="Double"/>     <COLUMN NAME="BubbleSize" TYPE="Integer"/>   </COLUMNS>   <ROW XValue="0.97" YValue="0.85" BubbleSize="10"></ROW>   <ROW XValue="0.75" YValue="0.74" BubbleSize="10"></ROW>   <ROW XValue="0.73" YValue="0.74" BubbleSize="10"></ROW></CHARTFX>

 

 

Change the bolded row to 

<ROW XValue="0.73" YValue="0.74" BubbleSize="20"></ROW>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...