HeatmapDataSourceAdapter Properties
Loads heatmap data from a data source.
Name | Description |
---|---|
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Color |
Gets or sets the name of a data source member that stores colors, or values used to determine cell colors. |
Data |
Gets or sets the data source from which the adapter loads data. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
XArgument |
Gets or sets a comparer that is used to specify custom sort order for x-arguments. |
XArgument |
Gets or sets the name of a data source member that stores x-axis arguments. |
YArgument |
Gets or sets a comparer that is used to specify custom sort order for y-arguments. |
YArgument |
Gets or sets the name of a data source member that stores y-axis arguments. |
See Also