The Chart3DData type exposes the following members.

Methods

  Name Description
Public method CoordToDataCoord(Int32, Int32, Double%, Double%, Double%)
Maps a pixel coordinate to a data coordinate.
Public method CoordToDataCoord(Int32, Int32, Single%, Single%, Single%)
Maps a pixel coordinate to a data coordinate.
Public method CoordToDataIndex
Picks the displayed data closest to the given pixel coordinate.
Public method DataCoordToCoord(Double, Double, Double, Int32%, Int32%)
Maps a data coordinate to a pixel coordinate.
Public method DataCoordToCoord(Single, Single, Single, Int32%, Int32%)
Maps a data coordinate to a pixel coordinate.
Public method DataIndexToCoord
Determines a pixel coordinate by given a data row and column.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetJaggedContourData
Returns an object containing contour data in a jagged double array.
Public method GetMax
Gets the maximum data value for the coordinate indicated by the specified index.
Public method GetMin
Gets the minimum data value for the coordinate indicated by the specified index.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetZSortedScreenPoints
Public method LoadDataFromFile(String)
Load the contents of the current Chart3DData object from the specified file.
Public method LoadDataFromFile(String, DataFormatEnum)
Load the contents of the current Chart3DData object from the specified file using specified format.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ResetContourData
Clears all contour data.
Public method SaveDataToFile(String)
Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat).
Public method SaveDataToFile(String, DataFormatEnum)
Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat).
Public method SetJaggedContourData
Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.
Public method StringToType
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method TypeToString

Properties

  Name Description
Public property ContourData
Gets or sets contour data.
Public property ContourDataString
Public property Layout
Gets or sets the chart data layout type.
Public property Set
Gets or sets dataset.
Public property SetGrid
Gets or sets regular grid dataset.
Public property SetIrGrid
Gets or sets irregular grid dataset.
Public property SetPoint
Gets or sets point dataset.

See Also