The IsoLines sample application shows a value of "-9999" in the "NoDataValue" parameter of the constructor. When I supply data with this value included to indicate "NoDataValue" for a cell in the rows and columns, it seems to treat the "-9999" as a valid data setting and my grid isolines are all compressed to a single value plus a isoline for this "-9999" value.
What is the meaning of the "NoDataValue" property in the GridDefinition class? How do I create data points in the cells when I do not have a valid value in the range of my values for isolines? Are there additional settings that are required in the other IsoLine classes (ClassBreakStyle??) to ignore the "NoDataValue" cells?
Richard