Version

CustomContourValueResolver Class Members

The following tables list the members exposed by CustomContourValueResolver.

Public Constructors
 NameDescription
Public ConstructorCustomContourValueResolver ConstructorCustomContourValueResolver constructor.  
Public Methods
 NameDescription
Public MethodGetContourValuesGets the numeric values of contour lines based on the given values. (Inherited from Infragistics.Win.DataVisualization.ContourValueResolver)
Public MethodResetOverridden. Resets all the properties to their default values  
Protected Methods
 NameDescription
Protected MethodOnGetCustomContourValuesUsed to invoke the GetCustomContourValues event.  
Protected MethodOnUpdatedUsed to invoke the Updated event. (Inherited from Infragistics.Win.DataVisualization.ContourValueResolver)
Public Events
 NameDescription
Public EventGetCustomContourValuesEvent raised when retrieving the contour values.  
Public EventUpdatedRaised when the ContourValueResolver has been updated and its contour values should be re-evaluated. (Inherited from Infragistics.Win.DataVisualization.ContourValueResolver)
See Also