The following tables list the members exposed by CustomPaletteColorScale.
Name | Description | |
---|---|---|
CustomPaletteColorScale Constructor | CustomPaletteColorScale constructor. |
Name | Description | |
---|---|---|
InterpolationMode | The approach to use when getting a color from the palette. | |
MaximumValue | The highest value to assign a color. Any given value greater than this value will be made Transparent. | |
MinimumValue | The lowest value to assign a color. Any given value less than this value will be made Transparent. | |
Palette | A list of colors to select from or interpolate between. |
Name | Description | |
---|---|---|
GetColor | Return a color corresponding to the given numeric value. (Inherited from Infragistics.Win.DataVisualization.ColorScale) | |
ProvidePalette | Sets the color palette. | |
Reset | Overridden. Resets all the properties to their default values | |
ResetInterpolationMode | Resets the InterpolationMode property to its default value. | |
ResetMaximumValue | Resets the MaximumValue property to its default value. | |
ResetMinimumValue | Resets the MinimumValue property to its default value. | |
ResetPalette | Resets the Palette property to its default value. |
Name | Description | |
---|---|---|
OnPropertyChanged | Used to invoke the PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.ColorScale) | |
OnPropertyUpdated | Used to invoke the PropertyUpdated event. (Inherited from Infragistics.Win.DataVisualization.ColorScale) | |
ShouldSerializeInterpolationMode | Indicates if the InterpolationMode property needs to be serialized. | |
ShouldSerializeMaximumValue | Indicates if the MaximumValue property needs to be serialized. | |
ShouldSerializeMinimumValue | Indicates if the MinimumValue property needs to be serialized. | |
ShouldSerializePalette | Indicates if the Palette property needs to be serialized. |
Name | Description | |
---|---|---|
PropertyChanged | Event raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.ColorScale) | |
PropertyUpdated | Event raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.ColorScale) |