Jump to content
Software FX Community

ChartFXDeveloper

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by ChartFXDeveloper

  1. 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 on creation?

×
×
  • Create New...