The following tables list the members exposed by DataValueCustomColorModel.
Name | Description | |
---|---|---|
DataValueCustomColorModel Constructor | DataValueCustomColorModel constructor. |
Name | Description | |
---|---|---|
CustomPaletteLength | Length of the custom palette. |
Name | Description | |
---|---|---|
AlphaValue | The alpha level, or transparency, used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
Brightness | The brightness level of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ColorByRow | Determines whether or not this color model will be applied row-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ColorDistance | The distance variable used in calculations related to the color range. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ColorEnd | End of the color range used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ColorScaling | Color scaling mode used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ColorStart | Start of the color range used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
Contrast | The contrast level of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
CustomPalette | The custom palette used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel) | |
Data | The data source being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GrayModel | Variable indicating whether or not the color model is in grayscale mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
Palette | Color palette being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
PaletteGiven | Variable indicating whether or not the color model has been assigned a palette. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
RotatePalette | Determines whether or not to orient the palette column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
StaleDistance | Determines whether or not the color distance field needs to be updated. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
Wireframe | Determines whether or not this color model will be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) |
Name | Description | |
---|---|---|
GetAlpha | Gets the alpha or transparency level being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetColorByRow | Gets a value indicating whether this color model is being applied row-wise or column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetColorScaling | Gets the color scaling style of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetData | Gets the data source being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetEndColor | Gets the end of the color range being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
getFillColor | Overridden. Gets a fill color from this color model according to the specified values. | |
GetFillColorAtIndex | Gets the fill color at a given index. | |
getFillPattern | Gets the fill pattern to use for chart elements with the specified parameters. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetGrayscale | Gets a value indicating whether or not this color model is being applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetItemRangeBottomAt | Gets the range bottom for an item at the specified index. | |
GetItemRangeTopAt | Gets the range top for an item at the specified index. | |
getOutlineColor | Gets the outline color for the specified row, column, and data value using this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel) | |
GetPalette | Gets the palette of colors being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetPE | Gets a PaintElement to use, given the specified parameters. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetStartColor | Gets the start of the color range being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
Init | Initializes this color model given a ColorAppearance object. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
ResetColorModel | Resets this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetColorByRow | Sets whether this color model is applied row-wise or column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetColorScaling | Sets the color scaling style for this color model to use. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetData | Sets the data source for this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetGrayscale | Sets whether or not this color model is to be applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetPalette | Sets the palette of colors for this color model to use. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) |
Name | Description | |
---|---|---|
calculateDistance | Calculates the distance between the start and end colors of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetGrayscaleColor | Gets the color to use from this color model, if it is being applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetRangeMultiplier | Given a data value, calculates the range multiplier for performing calculations on color changes given this color model's color range. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
GetWireframe | Gets a value indicating whether or not this color model is to be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
InitializeColors | Initializes the array of colors used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel) | |
ScaleColor | Scales a color according to the scaling style of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) | |
SetWireframe | Sets whether or not this color model is to be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel) |