DataMember Members
A data member that supplies data used to create series points.Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
ColumnName | Gets or sets the name of the data source column. |
DataMemberType | Gets or sets the data member type. |
ScaleType | Gets or sets the type of data member values. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the short class name enclosed in parentheses. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when the DataMemberType, ColumnName, or ScaleType property value is changed. |
See Also