A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedPlotView is type-safe, but may be less performant than ColorMappedImageView if your data is in a raw, single-dimensional array format.
More...
|
| new T[,] | Data [get, set] |
| | Gets or sets a 2-dimensional data array of bytes, ints, or floats. More...
|
| |
| override IEnumerable | Data [get, set] |
| | Gets or sets either a RawDataArray or 2-dimensional data array of bytes, ints, or floats. More...
|
| |
| new RectangleF | DataRange [get, set] |
| | A RectangleF defining the numeric values of the horizontal and vertical axes. More...
|
| |
| virtual IEnumerable | Data [get, set] |
| | Gets or sets a data array. More...
|
| |
| IEnumerable | ScaledData [get, set] |
| | The Data, scaled into an array of bytes using the ColorMapRange More...
|
| |
| ShapeFBase | DataRange [get, set] |
| | An ShapeFBase defining the numeric values of the horizontal and vertical axes. More...
|
| |
| RectangleF | ViewRectangle [get, set] |
| | A RectangleF defining the portion of data actually visible, More...
|
| |
| Color[] | ColorMap [get, set] |
| | An array of Colors defining how the data are displayed. More...
|
| |
|
| void | Update () |
| | Update the ViewRender that is rendering this view. More...
|
| |
A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedPlotView is type-safe, but may be less performant than ColorMappedImageView if your data is in a raw, single-dimensional array format.
BindableProperty for the Data property.
Gets or sets a 2-dimensional data array of bytes, ints, or floats.
The documentation for this class was generated from the following file: