Version

CustomPaletteColorScale Class Methods

For a list of all members of this type, see CustomPaletteColorScale members.

Public Methods
 NameDescription
Public MethodGetColorReturn a color corresponding to the given numeric value. (Inherited from Infragistics.Win.DataVisualization.ColorScale)
Public MethodProvidePaletteSets the color palette.  
Public MethodResetOverridden. Resets all the properties to their default values  
Public MethodResetInterpolationModeResets the InterpolationMode property to its default value.  
Public MethodResetMaximumValueResets the MaximumValue property to its default value.  
Public MethodResetMinimumValueResets the MinimumValue property to its default value.  
Public MethodResetPaletteResets the Palette property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.ColorScale)
Protected MethodOnPropertyUpdatedUsed to invoke the PropertyUpdated event. (Inherited from Infragistics.Win.DataVisualization.ColorScale)
Protected MethodShouldSerializeInterpolationModeIndicates if the InterpolationMode property needs to be serialized.  
Protected MethodShouldSerializeMaximumValueIndicates if the MaximumValue property needs to be serialized.  
Protected MethodShouldSerializeMinimumValueIndicates if the MinimumValue property needs to be serialized.  
Protected MethodShouldSerializePaletteIndicates if the Palette property needs to be serialized.  
See Also