Bernhard Posted June 29, 2007 Report Share Posted June 29, 2007 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: Quote Link to comment Share on other sites More sharing options...
Frank Posted June 29, 2007 Report Share Posted June 29, 2007 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.