The following tables list the members exposed by DataAppearance.
Name | Description | |
---|---|---|
DataAppearance Constructor | Overloaded. |
Name | Description | |
---|---|---|
cm | This member supports the UltraChart charting infrastructure, and should not be used from application code. | |
excludedColumns | This member supports the UltraChart charting infrastructure, and should not be used from application code. | |
relationName | This member supports the UltraChart charting infrastructure, and should not be used from application code. |
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
DataMember | Gets/sets a specific list in DataMember for which the control displays the data. | |
DataSource | Gets/sets the object which the Chart uses for data. | |
EmptyStyle | Appearance properties which affect how empty values are displayed. | |
MaxValue | Gets/Sets the the maximum data value (inclusive) for chart elements shown. | |
MinValue | Gets/Sets the the minimum data value (inclusive) for chart elements shown. | |
RowLabelsColumn | Gets/Sets the index of the column in the DataSource that the chart will use as the text label for each row. | |
SwapRowsAndColumns | Gets/sets whether rows and columns are swapped. | |
UseMinMax | Enables/disables the use of Max- and MinValue to filter which chart elements appear. | |
UseRowLabelsColumn | Enables/disables the use of row labels when plotting the chart. | |
ZeroAligned | Gets/sets whether the primary numeric axis should align itself with the origin at zero. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
DataBind | Forces the chart data to be refreshed. | |
GetColumnLabels | Gets the String array that contains the column labels for this data source. | |
GetRowLabels | Gets the String array that contains the row labels for this data source. | |
IncludeColumn | Overloaded. This method enables you to include or exclude a column from the list of columns that are charted. | |
InitializeAppearance | This member supports the charting internal infrastructure and is not intended to be used directly from your code. | |
IsColumnExcluded | Check if column is excluded from displayed data. | |
ResetDataFilter | Resets data properties to their default values. | |
ResetDataMember | Resets the DataMember property to its default value. | |
ResetDataSource | Resets the DataSource to it's default value. | |
ResetDemoData | This method is depricated. Please use UltraChart.Data.DataSource = Infragistics.UltraChart.Data.DemoTable.Table() to get demo data on the chart. | |
ResetMaxValue | Resets the MaxValue to its default value. | |
ResetMinValue | Resets the MinValue to its default value. | |
ResetRowLabelsColumn | Resets the RowLabelsColumn to its default value. | |
ResetSwapRowsAndColumns | Resets the SwapRowsAndColumns property to its default value. | |
ResetUseMinMax | Resets the UseMinMax property to its default value. | |
ResetUseRowLabelsColumn | Resets the UseRowLabelsColumn property to its default value. | |
ResetZeroAligned | Resets the ZeroAligned property to its default value. | |
SetColumnLabels | Sets the String array that contains the column labels for this data source. | |
SetRowLabels | Sets a string array that contains the row (or series) labels for this DataSource. | |
ToString | Returns a string representation of a DataAppearance object. |
Name | Description | |
---|---|---|
ShouldSerializeDataMember | Indicates whether the DataMember property has changed from its default value. | |
ShouldSerializeDataSource | Indicates whether the DataSource property is set to its default value. | |
ShouldSerializeMaxValue | Indicates whether the MaxValue property is set to its default value. | |
ShouldSerializeMinValue | Indicates whether the MinValue property is set to its default value. | |
ShouldSerializeRowLabelsColumn | Indicates whether the RowLabelsColumn property is set to its default value. | |
ShouldSerializeSwapRowsAndColumns | Indicates whether the SwapRowsAndColumns property is set to its default value. | |
ShouldSerializeUseMinMax | Indicates whether the UseMinMax property is set to its default value. | |
ShouldSerializeUseRowLabelsColumn | Indicates whether the UseRowLabelsColumn property is set to its default value. | |
ShouldSerializeZeroAligned | Indicates whether the ZeroAligned property is set to its default value. |