The Chart3DData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CoordToDataCoord(Int32, Int32, Double%, Double%, Double%) |
Maps a pixel coordinate to a data coordinate.
|
|
|
CoordToDataCoord(Int32, Int32, Single%, Single%, Single%) |
Maps a pixel coordinate to a data coordinate.
|
|
|
CoordToDataIndex |
Picks the displayed data closest to the given pixel coordinate.
|
|
|
DataCoordToCoord(Double, Double, Double, Int32%, Int32%) |
Maps a data coordinate to a pixel coordinate.
|
|
|
DataCoordToCoord(Single, Single, Single, Int32%, Int32%) |
Maps a data coordinate to a pixel coordinate.
|
|
|
DataIndexToCoord |
Determines a pixel coordinate by given a data row and column.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
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.
|
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
GetZSortedScreenPoints | |
|
|
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.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyChanges | |
|
|
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 |
Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.
|
|
|
StringToType | |
|
|
ToString | (Inherited from Object.) |
|
|
TypeToString |
Properties
| Name | Description | |
|---|---|---|
|
|
ContourData |
Gets or sets contour data.
|
|
|
ContourDataString | |
|
|
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.
|