Jump to content
Software FX Community

jauggy

Members
  • Posts

    2
  • Joined

  • Last visited

jauggy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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>
  2. I have looked at the sample bubble project which adds data from a resource txt file. How to do this using business objects or arrays? Thanks.
×
×
  • Create New...