The following tables list the members exposed by RandomColorModel.
Name | Description | |
---|---|---|
RandomColorModel Constructor | Overloaded. |
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) | |
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 the color to use from this color model, given the specified row and column. | |
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) | |
getOutlineColor | Overridden. Gets the color to use for outlining an element with the specified row, column, and data value. | |
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 | Overridden. Resets this color model. | |
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 | Overridden. Sets the data source for this color model. | |
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 | Overridden. Initializes the colors to be used by this color model. | |
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) |