Name | Description | |
---|---|---|
![]() | NGridSurfaceSeries Constructor | Default constructor. |
The following tables list the members exposed by NGridSurfaceSeries.
Name | Description | |
---|---|---|
![]() | NGridSurfaceSeries Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | DataProperty | Reference to the data property |
![]() ![]() | NGridSurfaceSeriesSchema | Reference to the NGridSurfaceSeries schema |
![]() ![]() | OriginXProperty | Reference to the OriginX property |
![]() ![]() | OriginZProperty | Reference to the OriginZ property |
![]() ![]() | StepXProperty | Reference to the StepX property |
![]() ![]() | StepZProperty | Reference to the StepZ property |
![]() ![]() | XValuesModeProperty | Reference to the XValuesMode property |
![]() ![]() | XValuesProperty | Reference to the XValues property |
![]() ![]() | ZValuesModeProperty | Reference to the ZValuesMode property |
![]() ![]() | ZValuesProperty | Reference to the ZValues property |
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. |
Name | Description | |
---|---|---|
![]() | Get2DIntersections | Gets the 2D interpolated intersections of the grid with the specified line |
![]() | Get3DIntersections | Gets the 3D interpolated intersections of the grid with the specified line |
![]() | GetContourForValue | Gets the contour for the specified y value |
![]() | GetValueFromPosition | Gets an interpolated value from position |