Version 24.2 (latest)

CustomColorModel Class Methods

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

Public Methods
 NameDescription
Public MethodGetAlphaGets the alpha or transparency level being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetColorByRowGets a value indicating whether this color model is being applied row-wise or column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetColorScalingGets the color scaling style of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetDataGets the data source being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetEndColorGets the end of the color range being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodgetFillColorOverridden. Gets the fill color for the specified row, column, and data value using this color model.  
Public MethodgetFillPatternGets the fill pattern to use for chart elements with the specified parameters. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetGrayscaleGets a value indicating whether or not this color model is being applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodgetOutlineColorOverridden. Gets the outline color for the specified row, column, and data value using this color model.  
Public MethodGetPaletteGets the palette of colors being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetPEGets a PaintElement to use, given the specified parameters. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodGetStartColorGets the start of the color range being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodInitInitializes this color model given a ColorAppearance object. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodResetColorModelResets this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodSetColorByRowSets whether this color model is applied row-wise or column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodSetColorScalingSets the color scaling style for this color model to use. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodSetDataSets the data source for this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodSetGrayscaleSets whether or not this color model is to be applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Public MethodSetPaletteSets the palette of colors for this color model to use. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected Methods
 NameDescription
Protected MethodcalculateDistanceCalculates the distance between the start and end colors of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected MethodGetGrayscaleColorGets the color to use from this color model, if it is being applied in grayscale. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected MethodGetRangeMultiplierGiven 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)
Protected MethodGetWireframeGets a value indicating whether or not this color model is to be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected MethodInitializeColorsOverridden. Initializes the array of colors used by this color model.  
Protected MethodScaleColorScales a color according to the scaling style of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected MethodSetWireframeSets whether or not this color model is to be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
See Also