[]
Represents chart data.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class 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(int, int, ref double, ref double, ref double) | Maps a pixel coordinate to a data coordinate. |
| CoordToDataCoord(int, int, ref float, ref float, ref float) | Maps a pixel coordinate to a data coordinate. |
| CoordToDataIndex(int, int, ref int, ref int) | Picks the displayed data closest to the given pixel coordinate. |
| DataCoordToCoord(double, double, double, ref int, ref int) | Maps a data coordinate to a pixel coordinate. |
| DataCoordToCoord(float, float, float, ref int, ref int) | Maps a data coordinate to a pixel coordinate. |
| DataIndexToCoord(int, int, ref int, ref int) | Determines a pixel coordinate by given a data row and column. |
| GetJaggedContourData() | Returns an object containing contour data in a jagged double array. |
| GetMax(AxisTypeEnum) | Gets the maximum data value for the coordinate indicated by the specified index. |
| GetMin(AxisTypeEnum) | Gets the minimum data value for the coordinate indicated by the specified index. |
| LoadDataFromFile(string) | Load the contents of the current Chart3DData object from the specified file. |
| LoadDataFromFile(string, DataFormatEnum) | Load the contents of the current Chart3DData object from the specified file using specified format. |
| ResetContourData() | Clears all contour data. |
| SaveDataToFile(string) | Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat). |
| SaveDataToFile(string, DataFormatEnum) | Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat). |
| SetJaggedContourData(object) | Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array. |