Version

AreaChartAppearance Class Properties

For a list of all members of this type, see AreaChartAppearance members.

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)
See Also