Version 24.2 (latest)

RectangularSurfaceGridDataSampler Class Properties

For a list of all members of this type, see RectangularSurfaceGridDataSampler members.

Public Properties
 NameDescription
Public PropertyDataInterpolationThe type of interpolation used when grid points are interpolated. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyDistanceMeasureThe technique to use to determine the distance between points in the grid. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyItemsSourceThe list items to sample from. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyMaximumPointsX  
Public PropertyMaximumPointsY  
Public PropertyXColumnThe list of X values in the ItemsSource. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyXMemberPathThe property name on each data item containing the X coordinate. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyYColumnThe list of Y values in the ItemsSource. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyYMemberPathThe property name on each data item containing the Y coordinate. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyZColumnThe list of Z values in the ItemsSource. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public PropertyZMemberPathThe property name on each data item containing the Z coordinate. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
See Also