Back to Devexpress

DataMember Members

corelibraries-devexpress-dot-xtracharts-dot-datamember-dot-underscore-members.md

latest3.8 KB
Original Source

DataMember Members

A data member that supplies data used to create series points.

Constructors

NameDescription
DataMember()Initializes a new instance of the DataMember class.
DataMember(ChartDataMemberType, String, ScaleType)Initializes a new instance of the DataMember class with specified settings.
DataMember(ChartDataMemberType, String)Initializes a new instance of the DataMember class with specified settings.

Properties

NameDescription
ColumnNameGets or sets the name of the data source column.
DataMemberTypeGets or sets the data member type.
ScaleTypeGets or sets the type of data member values.

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 the short class name enclosed in parentheses.

Events

NameDescription
PropertyChangedOccurs when the DataMemberType, ColumnName, or ScaleType property value is changed.

See Also

DataMember Class

DevExpress.XtraCharts Namespace