public class MtxGridSeries : BaseLine
2D grid series used for drawing matrix values.
The series supports many different color scales and combinations.
Properties
| Name | Type | Description |
|---|---|---|
| ColorPalette | ColorPalette | Color palette properties. |
| Description | String | MtxGridSeries description. |
| LegendItemsCount | Int32 | Defines the maximum number of items to display in the legend. |
| Matrix | TMtx | Defines the matrix to be displayed as two dimensional grid. |
| PixelResample | Boolean | If true, reduce the bitmap before drawing. |
| PixelResampleMethod | TPixelDownSample | Specifies the method used for size reduction. |
| XOffset | Double | Defines horizontal (columns) axis offset. |
| XStep | Double | Defines horizontal (columns) axis step. |
| YOffset | Double | Defines vertical (rows) axis offset. |
| YStep | Double | Defines vertical (columns) axis step. |
Methods
| Name | Description |
|---|---|
| Clicked | Transforms clicked point screen coordinate to matrix index. |
| ctor (2) | Constructor. |
| Draw | |
| LegendString | |
| MaxValue | Maximum matrix value. |
| MaxXValue | Maximim x value. |
| MaxYValue | Maximum y value. |
| MinValue | Minimum matrix value. |
| MinXValue | Minimum x value. |
| MinYValue | Minimum y value. |
| PrepareForGallery | |
| SeriesToLegend | Configure the series as color scale legend for the series. |
| Update | Call update after filling Matrix with data to trigger chart repaint. |