Back to Devexpress

HeatmapDataSourceAdapter Members

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmapdatasourceadapter-dot-underscore-members.md

latest3.7 KB
Original Source

HeatmapDataSourceAdapter Members

Loads heatmap data from a data source.

Constructors

NameDescription
HeatmapDataSourceAdapter()Initializes a new instance of the HeatmapDataSourceAdapter class.

Properties

NameDescription
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.
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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object.

See Also

HeatmapDataSourceAdapter Class

DevExpress.XtraCharts.Heatmap Namespace