Version

DataAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDataMemberGets/sets a specific list in DataMember for which the control displays the data.  
Public PropertyDataSourceGets/sets the object which the Chart uses for data.  
Public PropertyEmptyStyleAppearance properties which affect how empty values are displayed.  
Public PropertyMaxValueGets/Sets the the maximum data value (inclusive) for chart elements shown.  
Public PropertyMinValueGets/Sets the the minimum data value (inclusive) for chart elements shown.  
Public PropertyRowLabelsColumnGets/Sets the index of the column in the DataSource that the chart will use as the text label for each row.  
Public PropertySwapRowsAndColumnsGets/sets whether rows and columns are swapped.  
Public PropertyUseMinMaxEnables/disables the use of Max- and MinValue to filter which chart elements appear.  
Public PropertyUseRowLabelsColumnEnables/disables the use of row labels when plotting the chart.  
Public PropertyZeroAlignedGets/sets whether the primary numeric axis should align itself with the origin at zero.  
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