Version

DataAppearance Class Methods

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

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