Version

DataValueCustomColorModel Class Members

The following tables list the members exposed by DataValueCustomColorModel.

Public Constructors
 NameDescription
Public ConstructorDataValueCustomColorModel ConstructorDataValueCustomColorModel constructor.  
Public Properties
 NameDescription
Public PropertyCustomPaletteLengthLength of the custom palette.  
Protected Properties
 NameDescription
Protected PropertyAlphaValueThe alpha level, or transparency, used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyBrightnessThe brightness level of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyColorByRowDetermines whether or not this color model will be applied row-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyColorDistanceThe distance variable used in calculations related to the color range. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyColorEndEnd of the color range used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyColorScalingColor scaling mode used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyColorStartStart of the color range used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyContrastThe contrast level of this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyCustomPaletteThe custom palette used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel)
Protected PropertyDataThe data source being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyGrayModelVariable indicating whether or not the color model is in grayscale mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyPaletteColor palette being used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyPaletteGivenVariable indicating whether or not the color model has been assigned a palette. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyRotatePaletteDetermines whether or not to orient the palette column-wise. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyStaleDistanceDetermines whether or not the color distance field needs to be updated. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
Protected PropertyWireframeDetermines whether or not this color model will be applied in wireframe mode. (Inherited from Infragistics.UltraChart.Core.ColorModel.SimpleColorModel)
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 a fill color from this color model according to the specified values.  
Public MethodGetFillColorAtIndexGets the fill color at a given index.  
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 MethodGetItemRangeBottomAtGets the range bottom for an item at the specified index.  
Public MethodGetItemRangeTopAtGets the range top for an item at the specified index.  
Public MethodgetOutlineColorGets the outline color for the specified row, column, and data value using this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel)
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 MethodInitializeColorsInitializes the array of colors used by this color model. (Inherited from Infragistics.UltraChart.Core.ColorModel.CustomColorModel)
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