ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DData Class
Properties Methods

In This Topic
    Chart3DData Class Members
    In This Topic

    The following tables list the members exposed by Chart3DData.

    Public Properties
     NameDescription
    Public PropertyGets or sets contour data.  
    Public PropertyGets or sets the chart data layout type.  
    Public PropertyGets or sets dataset.  
    Public PropertyGets or sets regular grid dataset.  
    Public PropertyGets or sets irregular grid dataset.  
    Public PropertyGets or sets point dataset.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Maps a pixel coordinate to a data coordinate.  
    Public MethodPicks the displayed data closest to the given pixel coordinate.  
    Public MethodOverloaded. Maps a data coordinate to a pixel coordinate.  
    Public MethodDetermines a pixel coordinate by given a data row and column.  
    Public MethodReturns an object containing contour data in a jagged double array.  
    Public MethodGets the maximum data value for the coordinate indicated by the specified index.  
    Public MethodGets the minimum data value for the coordinate indicated by the specified index.  
    Public MethodOverloaded. Load the contents of the current Chart3DData object from the specified file.  
    Public MethodClears all contour data.  
    Public MethodOverloaded. Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat).  
    Public MethodSets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.  
    Top
    See Also