The following tables list the members exposed by BoxSetCollection.
Name | Description | |
---|---|---|
BoxSetCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Count | Returns the number of items in this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
Item | Gets/Sets the BoxSet at the specified index. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
List | The list to be used internally by this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
Add | Adds a BoxSet to this collection. | |
Clear | Removes all the members of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
Clone | Creates and returns a copy of this BoxSetCollection. | |
Contains | Overloaded. Determines whether or not a given BoxSet is a member of this collection. | |
CopyTo | Overloaded. Copies the BoxSets in this BoxSetCollection to the given array. | |
GetEnumerator | Gets the default enumerator for this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
GetMaximum | Gets the maximum numeric value of all BoxSets in this collection. | |
GetMinimum | Gets the minimum numeric value of all BoxSets in this collection. | |
IndexOf | Overloaded. Gets the index in this collection of the specified BoxSet. | |
Insert | Inserts a BoxSet into this collection at the specified index. | |
Remove | Overloaded. Removes the specified BoxSet from this collection. | |
RemoveAt | Removes an item from this collection at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
AddPoint | Adds a DataPoint to the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) | |
OnAddNew | Overridden. Creates a new BoxSet with the default settings and adds it to this collection. | |
OnClone | Overridden. Creates and returns a copy of this BoxSetCollection. | |
OnListChanged | Overloaded. Called when items are added or removed from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection) |