Jump to content
Software FX Community

ChartFXDeveloper

Members
  • Posts

    3
  • Joined

  • Last visited

ChartFXDeveloper's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for your response but why would you have default (garbage) data on creation? I can't imagine anyone needing that data.
  2. 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?
  3. I am currently using the seperation attribute and setting it to 0 but there is still a (in my opinion large gap) between the label and the tick marks for the chart. I've tried a -10 for the seperation attribute but the label gets cut off. Is there another way to shorten that gap? Thanks
×
×
  • Create New...