Version

Infragistics.Controls.Charts.Util Namespace

Classes
 ClassDescription
ClassDoubleColumn A column of doubles.
ClassIntColumn A column of integers.
ClassObjectColumn A column of objects.
ClassSafeReadOnlyDoubleCollection Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering.
ClassSafeSortedReadOnlyDoubleCollection Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering. In addition, it will emulate that the items are sorted based on a sorted index map provided upon creation.
ClassSortedListView<T> Used to get a sorted view of an unsorted list, based on the sorted indices for the list.
ClassSortedReadOnlyDoubleCollection Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering. In addition, it will emulate that the items are sorted based on a sorted index map provided upon creation.
ClassStringColumn A column of strings.
Delegates
 DelegateDescription
DelegateIntColumnComparison Compares integers in the column.
Enumerations
 EnumerationDescription
EnumerationItemsSourceAction Describes available actions that can cause an ItemsSource event.
See Also