Version

ChartSortDescription Class Members

The following tables list the members exposed by ChartSortDescription.

Public Constructors
 NameDescription
Public ConstructorChartSortDescription ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyFieldGets or sets the property being sorted.  
Public PropertySortDirectionGets or sets the direction to sort based on the property.  
Public Methods
 NameDescription
Public MethodEqualsReturns if the SortDescription is equal to another.  
Public MethodGetHashCodeReturns the hash code for the SortDescription.  
Public MethodResetResets all the properties to their default values  
Public MethodResetFieldResets the Field property to its default value.  
Public MethodResetSortDirectionResets the SortDirection property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeFieldIndicates if the Field property needs to be serialized.  
Protected MethodShouldSerializeSortDirectionIndicates if the SortDirection property needs to be serialized.  
See Also