Nevron .NET Vision
Nevron.Chart Namespace / NGridSurfaceData Class
Properties Methods


In This Topic
    NGridSurfaceData Class Members
    In This Topic

    The following tables list the members exposed by NGridSurfaceData.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the offset of the color channel in words (Inherited from Nevron.Chart.NSeriesData)
    Public PropertyReturns the number of columns in the matrix (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public PropertyGets the data (Inherited from Nevron.Chart.NSeriesData)
    Public PropertyGets the data item size in words (Inherited from Nevron.Chart.NSeriesData)
    Public PropertyReturns the size of the data sorage in the X-dimension. (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public PropertyReturns the size of the data sorage in the Z-dimension. (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the elevation value at the specified two-dimensional index. (Inherited from Nevron.Chart.NMatrixSurfaceSeriesData<NGridSurfaceSeries>)
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyReturns the number of rows in the matrix (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets whether the grid surface must use custom colors (Inherited from Nevron.Chart.NMatrixSurfaceSeriesData<NGridSurfaceSeries>)
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all data from the storage. (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public MethodOverloaded. Sets the values in the surface data to zero  
    Public MethodOverridden. Creates an identical copy of this NGridSurfaceData object  
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Public Method (Inherited from Nevron.Chart.NSeriesData)
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the color at the specified two-dimensional index. (Inherited from Nevron.Chart.NMatrixSurfaceSeriesData<NGridSurfaceSeries>)
    Public MethodGets the elevation value at the specified two-dimensional index.  
    Public MethodOverridden. Initializes the grid surface data from a Bitmap image.  
    Public MethodInits the grid surface data from a set of points  
    Public MethodInits the grid surface data from a set of points  
    Public MethodOverloaded. Inits the grid surface data from a set of triangles each having three vertices with associated  
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NMatrixSurfaceSeriesData<NGridSurfaceSeries>)
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverloaded. Sets the color at the specified two-dimensional index. (Inherited from Nevron.Chart.NMatrixSurfaceSeriesData<NGridSurfaceSeries>)
    Public MethodSets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells. (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public MethodSets the new size of the matrix (Inherited from Nevron.Chart.NMatrixSeriesData)
    Public MethodOverloaded. Sets the elevation value at the specified two-dimensional index.  
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also