Name | Description | |
---|---|---|
![]() | CoordToDataCoord | Overloaded. Maps a pixel coordinate to a data coordinate. |
![]() | CoordToDataIndex | Picks the displayed data closest to the given pixel coordinate. |
![]() | DataCoordToCoord | Overloaded. Maps a data coordinate to a pixel coordinate. |
![]() | DataIndexToCoord | Determines a pixel coordinate by given a data row and column. |
![]() | GetJaggedContourData | Returns an object containing contour data in a jagged double array. |
![]() | GetMax | Gets the maximum data value for the coordinate indicated by the specified index. |
![]() | GetMin | Gets the minimum data value for the coordinate indicated by the specified index. |
![]() | LoadDataFromFile | Overloaded. Load the contents of the current Chart3DData object from the specified file. |
![]() | ResetContourData | Clears all contour data. |
![]() | SaveDataToFile | Overloaded. Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat). |
![]() | SetJaggedContourData | Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array. |