NGridSurfaceSeries Class Members
In This Topic
The following tables list the members exposed by NGridSurfaceSeries.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Data | Gets or sets the data object containing the series data |
| OriginX | Gets or sets the X origin value of the surface. UseCustomXOriginAndStep must be set to true for this property to take effect. |
| OriginZ | Gets or sets the Z origin value of the surface. UseCustomZOriginAndStep must be set to true for this property to take effect. |
| StepX | Gets or sets the step of the surface grid in the X direction. UseCustomXOriginAndStep must be set to true for this property to take effect. |
| StepZ | Gets or sets the step of the surface grid in the Z direction. UseCustomZOriginAndStep must be set to true for this property to take effect. |
| XValues | Gets or sets the data series holding the custom X values for the grid surface. |
| XValuesMode | Specifies the mode for the surface X values. |
| ZValues | Gets or sets the data series holding the custom Z values for the grid surface. |
| ZValuesMode | Specifies the mode for the surface Z values. |
Top
Protected Properties
| Name | Description |
| rIC | Overridden. |
Top
Public Methods
See Also