Version

ColorAppearance Class Members

The following tables list the members exposed by ColorAppearance.

Public Constructors
 NameDescription
Public ConstructorColorAppearance ConstructorCreates a Color Appearance object with default properties for a given charting component.  
Public Properties
 NameDescription
Public PropertyAlphaLevelGets/sets the level of Alphablending to use when rendering the Color.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyColorBeginThe color to use as the start of a linear range for the seleted ModelStyle.  
Public PropertyColorEndThe color to use as the end of a linear range for the seleted ColorModel.  
Public PropertyCustomPaletteAn array of System.Color objects to use for the CustomLinear and CustomRandom ColorModel.  
Public PropertyGrayscaleTurn on and off the use of grayscale-only colors for the selected ColorModel.  
Public PropertyModelStyleThe ModelStyle determines the style of ColorModel to use when drawing Chart elements.  
Public PropertyScalingGets/sets how the chosen colors are scaled (lighter or darker) between each series of data.  
Public PropertySkinReturns a reference to or sets the SkinAppearance object that specifies the appearance of the Skin on an axis.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this ColorAppearance object.  
Public MethodResetSkinResets the Skin property to its default value.  
Public MethodToStringReturns a string representation of a ColorAppearance object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeAlphaLevelReturns a Boolean value that determines whether the AlphaLevel property is set to its default value.  
Protected MethodShouldSerializeColorBeginReturns a Boolean value that determines whether the ColorBegin property is set to its default value.  
Protected MethodShouldSerializeColorEndReturns a Boolean value that determines whether the ColorEnd property is set to its default value.  
Protected MethodShouldSerializeCustomPaletteReturns a Boolean value that determines whether the CustomPalette property is set to its default value.  
Protected MethodShouldSerializeGrayscaleReturns a Boolean value that determines whether the Grayscale property is set to its default value.  
Protected MethodShouldSerializeModelStyleReturns a Boolean value that determines whether the ModelStyle property is set to its default value.  
Protected MethodShouldSerializeScalingReturns a Boolean value that determines whether the Scaling property is set to its default value.  
Protected MethodShouldSerializeSkinCheck if Skin has a not default value.  
See Also