Version

AreaChartAppearance Class Members

The following tables list the members exposed by AreaChartAppearance.

Public Constructors
 NameDescription
Public ConstructorAreaChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextExposes the collection of ChartTextAppearance objects.  
Public PropertyEmptyStylesA collection of EmptyAppearance objects representing empty styles for each area in the chart.  
Public PropertyLineAppearancesA collection of LineAppearance objects containing appearance settings for each line in the chart.  
Public PropertyLineDrawStyleReturns or sets a value that determines the style of each plotted line in an Area chart.  
Public PropertyLineEndCapStyleReturns or sets a value that determines the style of the end of each plotted line in an Area chart.  
Public PropertyLineStartCapStyleReturns or sets a value that determines the style of the beginning of each plotted line in an Area chart.  
Public PropertyLineThicknessReturns or sets a value that determines the thickness of each plotted line in an Area chart, in pixels.  
Public PropertyMidPointAnchorsAn indicator of whether data points should be plotted between line segments in an Area chart.  
Public PropertyNullHandlingSpecifies whether nulls in the data are treated as zero or an average of adjacent values.  
Public PropertyTreatDateTimeAsStringWhether or not to treat DateTimes in the Data as strings.  
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 MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodResetChartTextResets the ChartText property to an empty collection.  
Public MethodResetDrawStyleResets the LineDrawStyle property to its default value.  
Public MethodResetLineEndCapStyleResets the LineEndCapStyle property to its default value.  
Public MethodResetLineStartCapStyleResets the LineStartCapStyle property to its default value.  
Public MethodResetLineThicknessResets the LineThickness property to its default value.  
Public MethodResetMidPointAnchorsResets the MidPointAnchors property to its default value.  
Public MethodResetNullHandlingResets the NullHandling property to its default value.  
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected MethodShouldSerializeChartTextIndicates whether the ChartText property contains any content, and therefore should be serialized.  
Protected MethodShouldSerializeDrawStyleReturns a Boolean value that determines whether the LineDrawStyle property is set to its default value.  
Protected MethodShouldSerializeLineEndCapStyleReturns a Boolean value that determines whether the LineEndCapStyle property is set to its default value.  
Protected MethodShouldSerializeLineStartCapStyleReturns a Boolean value that determines whether the LineStartCapStyle property is set to its default value.  
Protected MethodShouldSerializeLineThicknessReturns a Boolean value that determines whether the LineThickness property is set to its default value.  
Protected MethodShouldSerializeMidPointAnchorsSpecifies whether mid point anchors has changed from its default value.  
Protected MethodShouldSerializeNullHandlingIndicates whether the NullHandling property is set to something different from its default value.  
See Also