Version

LinearContourValueResolver Class Members

The following tables list the members exposed by LinearContourValueResolver.

Public Constructors
 NameDescription
Public ConstructorLinearContourValueResolver ConstructorLinearContourValueResolver constructor.  
Public Properties
 NameDescription
Public PropertyValueCountGets or sets how many contour values to return.  
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  
Public MethodResetValueCountResets the ValueCount property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnUpdatedUsed to invoke the Updated event. (Inherited from Infragistics.Win.DataVisualization.ContourValueResolver)
Protected MethodShouldSerializeValueCountIndicates if the ValueCount property needs to be serialized.  
Public Events
 NameDescription
Public EventUpdatedRaised when the ContourValueResolver has been updated and its contour values should be re-evaluated. (Inherited from Infragistics.Win.DataVisualization.ContourValueResolver)
See Also