Jump to content
Software FX Community

Handling of Exceptions thrown by ChartFx


sudidela

Recommended Posts

I am working on a windows application where in we use ChartFx for plotting of Graphs.

If we do any mistake like setting Min and max values for Chart axes and because of this the calculation of Chart internal calculations will throw an Exception.

In my application even though i keep try and catch block to handle the exceptions, i can not able to handle the exception that are from Chart and because of that total application gets crashed..

 

Any help for handling the exceptions thrown by ChartFX?

Link to comment
Share on other sites

Here the main concern is how to catch the Exceptions thrown by ChartFx...

As we know ChartFx doesn't handle the value of Nan. When Nan values are passed to ChartFX, application will crash!!!!!!!!.

So in this scenario as a developer i should able to handle the Exception instead of application getting crashed.

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