Version

ChartSummaryDescription Class Members

The following tables list the members exposed by ChartSummaryDescription.

Public Constructors
 NameDescription
Public ConstructorChartSummaryDescription ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAliasGets or sets an alias for the summary. Currently only used in aggregated data situations.  
Public PropertyCalculatorDisplayNameGets or sets the name to use when displaying the calculator name.  
Public PropertyField  
Public PropertyOperand  
Public Methods
 NameDescription
Public MethodEquals  
Public MethodGetHashCode  
Public MethodResetResets all the properties to their default values  
Public MethodResetAliasResets the Alias property to its default value.  
Public MethodResetCalculatorDisplayNameResets the CalculatorDisplayName property to its default value.  
Public MethodResetFieldResets the Field property to its default value.  
Public MethodResetOperandResets the Operand property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnProvideCalculatorUsed to invoke the ProvideCalculator event.  
Protected MethodShouldSerializeAliasIndicates if the Alias property needs to be serialized.  
Protected MethodShouldSerializeCalculatorDisplayNameIndicates if the CalculatorDisplayName property needs to be serialized.  
Protected MethodShouldSerializeFieldIndicates if the Field property needs to be serialized.  
Protected MethodShouldSerializeOperandIndicates if the Operand property needs to be serialized.  
Public Events
 NameDescription
Public EventProvideCalculatorCalled when the summary calculator is required.  
See Also