HeatmapMatrixAdapter Members
Loads heatmap data from arrays.Constructors
| Name | Description |
|---|---|
| HeatmapMatrixAdapter() | Initializes a new instance of the HeatmapMatrixAdapter class. |
Fields
| Name | Description |
|---|---|
| ValuesProperty static | Identifies the Values dependency property. |
| XArgumentsProperty static | Identifies the XArguments dependency property. |
| YArgumentsProperty static | Identifies the YArguments dependency property. |
Properties
| Name | Description |
|---|---|
| Values | Gets or sets a numeric matrix that stores heatmap cell values. |
| XArguments | Gets or sets arguments for the heatmap x-axis. |
| YArguments | Gets or sets arguments for the heatmap y-axis. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |
See Also