03-15-2005 04:19 AM
03-15-2005 09:03 AM
03-15-2005
09:13 AM
- last edited on
06-27-2026
07:14 PM
by
Content Cleaner
The problem is that you do not have the ProcessSpecialValues property on the plot set to true. The plot has to perform a lot of extra processing to handle NaN and +/-Infinity values, which can have a negative impact on performance. ProcessSpecialValues lets you choose if you want to take the performance hit. Most applications do not work with NaN and +/-Infinity values, so the default value is false in the interest of performance. For more information, see the Knowledge Base article "Why Does Plotting NaN or Infinity Values Generate an Exception Using .NET Graph Controls?" [broken link removed].
- Elton
03-15-2005
03:46 PM
- last edited on
06-27-2026
07:15 PM
by
Content Cleaner
Here [broken link removed; article no longer available] is the external link for the knowledgebase that Elton mentioned.
03-15-2005 03:49 PM