Infragistics Ultimate UI for Windows Forms 22.2

Released: Nov 3, 2022

Updates in 22.2

Funktionen

Chart Improvements

  • Added significant improvements to default behaviors and refined the Category Chart API to make it easier to use. These improvements include:
    • Responsive layouts for horizontal label rotation based on browser / screen size.
    • Enhanced rendering for rounded labels on all platforms.
    • Added marker properties to StackedFragmentSeries.
    • Added new ShouldPanOnMaximumZoom property.
  • Added new Category Axis Properties:
    • ZoomMaximumCategoryRange.
    • ZoomMaximumItemSpan.
    • ZoomToCategoryRange.
    • ZoomToItemSpan.
  • Added new Chart Aggregation API for Grouping, Sorting and Summarizing Category string and numeric values, eliminating the need to pre-aggregate or calculate chart data:
    • InitialSortDescriptions.
    • InitialSorts.
    • SortDescriptions.
    • InitialGroups.
    • InitialGroupDescriptions.
    • GroupDescriptions.
    • InitialSummaries.
    • InitialSummaryDescriptions.
    • SummaryDescriptions.
    • InitialGroupSortDescriptions.
    • GroupSorts.
    • GroupSortDescriptions.
  • NOTE: Chart Aggregation will not work when using IncludedProperties | ExcludedProperties. These properties on the chart are meant for non-aggregated data. Once you attempt to aggregate data these properties should no longer be used. The reason it does not work is because aggregation replaces the collection that is passed to the chart for render. The include/exclude properties are designed to filter in/out properties of that data and those properties no longer exist in the new aggregated collection.