Version

CustomPaletteColorScale Class Members

The following tables list the members exposed by CustomPaletteColorScale.

Public Constructors
 NameDescription
Public ConstructorCustomPaletteColorScale ConstructorCustomPaletteColorScale constructor.  
Public Properties
 NameDescription
Public PropertyInterpolationModeThe approach to use when getting a color from the palette.  
Public PropertyMaximumValueThe highest value to assign a color. Any given value greater than this value will be made Transparent.  
Public PropertyMinimumValueThe lowest value to assign a color. Any given value less than this value will be made Transparent.  
Public PropertyPaletteA list of colors to select from or interpolate between.  
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.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.ColorScale)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.ColorScale)
See Also