Version

DataAppearance Class Members

The following tables list the members exposed by DataAppearance.

Public Constructors
 NameDescription
Public ConstructorDataAppearance ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldcmThis member supports the UltraChart charting infrastructure, and should not be used from application code.  
Public FieldexcludedColumnsThis member supports the UltraChart charting infrastructure, and should not be used from application code.  
Public FieldrelationNameThis member supports the UltraChart charting infrastructure, and should not be used from application code.  
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)
Public Methods
 NameDescription
Public MethodDataBindForces the chart data to be refreshed.  
Public MethodGetColumnLabelsGets the String array that contains the column labels for this data source.  
Public MethodGetRowLabelsGets the String array that contains the row labels for this data source.  
Public MethodIncludeColumnOverloaded. This method enables you to include or exclude a column from the list of columns that are charted.  
Public MethodInitializeAppearanceThis member supports the charting internal infrastructure and is not intended to be used directly from your code.  
Public MethodIsColumnExcludedCheck if column is excluded from displayed data.  
Public MethodResetDataFilterResets data properties to their default values.  
Public MethodResetDataMemberResets the DataMember property to its default value.  
Public MethodResetDataSourceResets the DataSource to it's default value.  
Public MethodResetDemoDataThis method is depricated. Please use UltraChart.Data.DataSource = Infragistics.UltraChart.Data.DemoTable.Table() to get demo data on the chart.  
Public MethodResetMaxValueResets the MaxValue to its default value.  
Public MethodResetMinValueResets the MinValue to its default value.  
Public MethodResetRowLabelsColumnResets the RowLabelsColumn to its default value.  
Public MethodResetSwapRowsAndColumnsResets the SwapRowsAndColumns property to its default value.  
Public MethodResetUseMinMaxResets the UseMinMax property to its default value.  
Public MethodResetUseRowLabelsColumnResets the UseRowLabelsColumn property to its default value.  
Public MethodResetZeroAlignedResets the ZeroAligned property to its default value.  
Public MethodSetColumnLabelsSets the String array that contains the column labels for this data source.  
Public MethodSetRowLabelsSets a string array that contains the row (or series) labels for this DataSource.  
Public MethodToStringReturns a string representation of a DataAppearance object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeDataMemberIndicates whether the DataMember property has changed from its default value.  
Protected MethodShouldSerializeDataSourceIndicates whether the DataSource property is set to its default value.  
Protected MethodShouldSerializeMaxValueIndicates whether the MaxValue property is set to its default value.  
Protected MethodShouldSerializeMinValueIndicates whether the MinValue property is set to its default value.  
Protected MethodShouldSerializeRowLabelsColumnIndicates whether the RowLabelsColumn property is set to its default value.  
Protected MethodShouldSerializeSwapRowsAndColumnsIndicates whether the SwapRowsAndColumns property is set to its default value.  
Protected MethodShouldSerializeUseMinMaxIndicates whether the UseMinMax property is set to its default value.  
Protected MethodShouldSerializeUseRowLabelsColumnIndicates whether the UseRowLabelsColumn property is set to its default value.  
Protected MethodShouldSerializeZeroAlignedIndicates whether the ZeroAligned property is set to its default value.  
See Also