GridDataSeries Class Members
In This Topic
The following tables list the members exposed by GridDataSeries.
Public Constructors
Public Fields
| Name | Description |
| BackFillProperty | Using a DependencyProperty as the backing store for BackFill. This enables animation, styling, binding, etc... |
| BackStrokeProperty | Using a DependencyProperty as the backing store for BackStroke. This enables animation, styling, binding, etc... |
| ContourDataProperty | Using a DependencyProperty as the backing store for ContourData. This enables animation, styling, binding, etc... |
| FillProperty | Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc... |
| StartProperty | Using a DependencyProperty as the backing store for Start. This enables animation, styling, binding, etc... |
| StepProperty | Using a DependencyProperty as the backing store for Step. This enables animation, styling, binding, etc... |
| StrokeProperty | Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc... |
| ZDataProperty | Using a DependencyProperty as the backing store for GridData. This enables animation, styling, binding, etc... |
Top
Public Properties
| Name | Description |
| BackFill | Gets or sets the fill brush for the meshes facing down(Z-). |
| BackStroke | Gets or sets the stroke brush for the meshes facing down(Z-). |
| ContourData | Gets or sets two-dimensional array of contour data(4-dimensional chart). |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| Fill | Gets or sets the fill brush for the meshes facing up(Z+). |
| Start | Gets or sets the start point of data. |
| Step | Gets or sets the step of grid data. |
| Stroke | Gets or sets the stroke brush for the meshes facing up(Z+). |
| ZData | Gets or sets two-dimensional array of values on the grid. |
Top
Public Methods
See Also