| C1.Win.C1Chart3D.4 Assembly > C1.Win.C1Chart3D Namespace : Chart3DData Class |
The following tables list the members exposed by Chart3DData.
| Name | Description | |
|---|---|---|
![]() | ContourData | Gets or sets contour data. |
![]() | Layout | Gets or sets the chart data layout type. |
![]() | Set | Gets or sets dataset. |
![]() | SetGrid | Gets or sets regular grid dataset. |
![]() | SetIrGrid | Gets or sets irregular grid dataset. |
![]() | SetPoint | Gets or sets point dataset. |
| 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. |