The following tables list the members exposed by SurfaceGridDataSamplerBase.
Name | Description | |
---|---|---|
![]() | DataInterpolation | The type of interpolation used when grid points are interpolated. |
![]() | DistanceMeasure | The technique to use to determine the distance between points in the grid. |
![]() | ItemsSource | The list items to sample from. |
![]() | XColumn | The list of X values in the ItemsSource. |
![]() | XMemberPath | The property name on each data item containing the X coordinate. |
![]() | YColumn | The list of Y values in the ItemsSource. |
![]() | YMemberPath | The property name on each data item containing the Y coordinate. |
![]() | ZColumn | The list of Z values in the ItemsSource. |
![]() | ZMemberPath | The property name on each data item containing the Z coordinate. |
Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
Name | Description | |
---|---|---|
![]() | OnPropertyUpdated | Called whenever one of this class's property values is updated. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Event raised when a collection is changed. |
![]() | PropertyChanged | Event raised when a property value is changed. |