Jump to content
Software FX Community

Regression Chart Series tab exception


Suresh

Recommended Posts

I am using the statistical extension for Regression chart.Please find my code below         Statistics.Studies.Clear();   Statistics.Studies.Add(StudyGroup.CentralTendencyMean);   Statistics.Studies.Add(StudyGroup.CentralTendencyMedian);         Statistics.Gallery.Current = Galleries.Gallery.Regression;Whenever I am clicking the chart properties series tab I am getting an following exception Object Reference not set to an instance of an object at ChartFX.WinForms.Internal.UI.h.e()If continue the chart with exception and refresh teh chart again, the series tab works fine.What is the issue in my code ? is any workaround to fix this issue.

 

Thanks and Regards,

Suresh

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...