The following tables list the members exposed by ColorAppearance.
Name | Description | |
---|---|---|
![]() | ColorAppearance Constructor | Creates a Color Appearance object with default properties for a given charting component. |
Name | Description | |
---|---|---|
![]() | AlphaLevel | Gets/sets the level of Alphablending to use when rendering the Color. |
![]() | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | ColorBegin | The color to use as the start of a linear range for the seleted ModelStyle. |
![]() | ColorEnd | The color to use as the end of a linear range for the seleted ColorModel. |
![]() | CustomPalette | An array of System.Color objects to use for the CustomLinear and CustomRandom ColorModel. |
![]() | Grayscale | Turn on and off the use of grayscale-only colors for the selected ColorModel. |
![]() | ModelStyle | The ModelStyle determines the style of ColorModel to use when drawing Chart elements. |
![]() | Scaling | Gets/sets how the chosen colors are scaled (lighter or darker) between each series of data. |
![]() | Skin | Returns a reference to or sets the SkinAppearance object that specifies the appearance of the Skin on an axis. |
Name | Description | |
---|---|---|
![]() | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
![]() | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
![]() | Clone | Creates and returns a copy of this ColorAppearance object. |
![]() | ResetSkin | Resets the Skin property to its default value. |
![]() | ToString | Returns a string representation of a ColorAppearance object. |
Name | Description | |
---|---|---|
![]() | ShouldSerializeAlphaLevel | Returns a Boolean value that determines whether the AlphaLevel property is set to its default value. |
![]() | ShouldSerializeColorBegin | Returns a Boolean value that determines whether the ColorBegin property is set to its default value. |
![]() | ShouldSerializeColorEnd | Returns a Boolean value that determines whether the ColorEnd property is set to its default value. |
![]() | ShouldSerializeCustomPalette | Returns a Boolean value that determines whether the CustomPalette property is set to its default value. |
![]() | ShouldSerializeGrayscale | Returns a Boolean value that determines whether the Grayscale property is set to its default value. |
![]() | ShouldSerializeModelStyle | Returns a Boolean value that determines whether the ModelStyle property is set to its default value. |
![]() | ShouldSerializeScaling | Returns a Boolean value that determines whether the Scaling property is set to its default value. |
![]() | ShouldSerializeSkin | Check if Skin has a not default value. |