The following tables list the members exposed by BorderAppearance.
Name | Description | |
---|---|---|
BorderAppearance Constructor | Overloaded. |
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Color | Returns a reference to or sets a Color object that specifies the color of a chart border. | |
CornerRadius | Returns or sets a value that determines the corner radius of a chart border. | |
DrawStyle | Returns or sets a value that determines the style of a chart border. | |
Raised | Returns or sets a value that determines the style of a chart border. | |
Thickness | Returns or sets a value that determines the thickness of a chart border. |
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 a new BorderApperance object that is a copy of the current instance. | |
ResetColor | Resets the Color property to its default value. | |
ResetCornerRadius | Resets the CornerRadius property to its default value. | |
ResetDrawStyle | Resets the DrawStyle property to its default value. | |
ResetRaised | Resets the Raised property to its default value. | |
ResetThickness | Resets the Thickness property to its default value. | |
ToString | Returns a string representation of a BorderAppearance object. |
Name | Description | |
---|---|---|
ShouldSerializeColor | Returns a Boolean value that determines whether the Color property is set to its default value. | |
ShouldSerializeCornerRadius | Returns a Boolean value that determines whether the CornerRadius property is set to its default value. | |
ShouldSerializeDrawStyle | Returns a Boolean value that determines whether the DrawStyle property is set to its default value. | |
ShouldSerializeRaised | Returns a Boolean value that determines whether the Raised property is set to its default value. | |
ShouldSerializeThickness | Returns a Boolean value that determines whether the Thickness property is set to its default value. |