[]
Represents series with data defined on rectangular grid.
public class GridDataSeries : DependencyObject
Name | Description |
---|---|
GridDataSeries() | Creates an instance of GridDataSeries class. |
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. |
ContourDataProperty | Using a DependencyProperty as the backing store for ContourData. |
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. |
StepProperty | Using a DependencyProperty as the backing store for Step. |
StrokeProperty | Using a DependencyProperty as the backing store for Stroke. |
ZDataProperty | Using a DependencyProperty as the backing store for GridData. |
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). |
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. |