C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetGrid Class
Properties Methods

Chart3DDataSetGrid Class Members

The following tables list the members exposed by Chart3DDataSetGrid.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of columns in grid dataset.  
Public PropertyIndicates the amount of space between a data value and its neighboring column in grid dataset.  
Public PropertyThe X-coordinate of the grid origin.  
Public PropertyGets or sets two-dimensional array of Z-values.  
Public PropertyGets or sets hole value. (Inherited from C1.Win.C1Chart3D.Chart3DDataSet)
Public PropertyGets or sets z-value of data by specified row and column.  
Public PropertyOverridden. Gets the maximum X value of the chart data.  
Public PropertyOverridden. Gets the maximum Y value of the chart data.  
Public PropertyOverridden. Gets the maximum Z value of the chart data.  
Public PropertyOverridden. Gets the minimum X value of the chart data.  
Public PropertyOverridden. Gets the minimum Y value of the chart data.  
Public PropertyOverridden. Gets the minimum Z value of the chart data.  
Public PropertyGets or sets the number of rows in grid dataset.  
Public PropertyIndicates the amount of space between a data value and its neighboring column in grid dataset.  
Public PropertyThe Y-coordinate of the grid origin.  
Top
Public Methods
 NameDescription
Public MethodReturns an object containing Z-values in a jagged double array.  
Public MethodReturns the elevation value of the grid point specified by the column and row indices.  
Public MethodDetermines if the passed value is a data hole. (Inherited from C1.Win.C1Chart3D.Chart3DDataSet)
Public MethodSets the Z-values with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.  
Public MethodSets the elevation value of the grid point specified by the column and row indices.  
Top
See Also