Jump to content
Software FX Community

ChartFX Statistical


Pri

Recommended Posts

Hi,

We have chart using a statistical extension

chart.GalleryObj = StatisticsExtension.Gallery.Regression;

StatisticsExtension.Studies.Add(StudyGroup.CentralTendencyMean);

StatisticsExtension.Studies.Add(StudyGroup.CentralTendencyMedian);

It all works fine on window forms with the gallery type chosen to be Linear Regression.

We also have the ability to reload a chart saved by the user...(customized by the user) We export the chart layout and import it back (chart.FileMask & chart.Export)...It works well with other charts...but for some reason for statistical charts don't work well...For example, with gallery type as Linear Regression, the chart loads up as a Bar chart instead of having the gallery type selected as Regression the Bar gallery type is selected...

Any clues on why this might be happening??

Any help is much appreciated.

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...