Jump to content
Software FX Community

usejwat

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by usejwat

  1. I am sure I am makingĀ a newbie mistake but I can not figure this out.

    I have a graph on a winform and I used the ChartFX end user control to modify the series in the chart.

    I am using Version 7.0.3306.26568 of the control.

    When the page loads the series changes I specified using the tool are not manifesting. Here is the code that runs in the form_load event:

    Me.TblExceptionReportScoreTableAdapter.Fill(Me.TickerExceptionReportsDataSet.tblExceptionReportScore)Chart1.Data.CommitChanges()Chart1.RecalculateScale()Chart1.Refresh()

    I can not get the chart to render when running as it looks in design view. What can I do? This is rather frustrated to no end.

    As I said before, I am sure this is a newbie mistake but can someone please help get this going?

    Thank You in advance

    Jeff

×
×
  • Create New...