Chartfx new chart object not initialized?

Posted by Roy on Stack Overflow See other posts from Stack Overflow or by Roy
Published on 2010-03-26T16:51:21Z Indexed on 2010/03/26 16:53 UTC
Read the original article Hit count: 256

Filed under:

When I create a new chart object via:

ChartFX.WebForms.Chart theChart = new ChartFX.WebForms.Chart();

When I took a look immediately the row after creation via breakpoint in Visual Studio 2005 I noticed there are 3 rows in the newly created chart that have data. Is this a bug? or do I need to call a specific function? Shouldn't the data table for the chart be initialized to all 0's?

© Stack Overflow or respective owner

Related posts about chartfx