Back to Devexpress

HeatmapDataSourceAdapter Properties

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapdatasourceadapter-dot-underscore-properties.md

latest3.3 KB
Original Source

HeatmapDataSourceAdapter Properties

Loads heatmap data from a data source.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ColorDataMemberGets or sets the name of a data source member that stores colors, or values used to determine cell colors.
DataSourceGets or sets the data source from which the adapter loads data.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
XArgumentComparerGets or sets a comparer that is used to specify custom sort order for x-arguments.
XArgumentDataMemberGets or sets the name of a data source member that stores x-axis arguments.
YArgumentComparerGets or sets a comparer that is used to specify custom sort order for y-arguments.
YArgumentDataMemberGets or sets the name of a data source member that stores y-axis arguments.

See Also

HeatmapDataSourceAdapter Class

HeatmapDataSourceAdapter Members

DevExpress.Xpf.Charts.Heatmap Namespace