Version

RectangularSurfaceGridDataSampler Class Members

The following tables list the members exposed by RectangularSurfaceGridDataSampler.

Public Constructors
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)
Public Methods
 NameDescription
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Protected Methods
 NameDescription
Protected MethodOnPropertyUpdatedOverridden. Called whenever one of this class's property values is updated.  
Public Events
 NameDescription
Public EventCollectionChangedEvent raised when a collection is changed. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
Public EventPropertyChangedEvent raised when a property value is changed. (Inherited from Infragistics.SurfaceGridDataSamplerBase)
See Also