Infragistics Ultimate UI for WPF(英語版)

企業アプリ開発に不可欠な速度とスケーラビリティ、タッチ操作サポート機能すべてが備わったWPFコントロール

Infragistics 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 269,610 (税込)〜 バージョン: 25.2 新機能 更新日: Mar 23, 2026 レビューの平均スコア: 4.00レビューの平均スコア: 4.00レビューの平均スコア: 4.00レビューの平均スコア: 4.00レビューの平均スコア: 4.00 (1)

i

Infragistics WPF 製品のすべてのコントロールは Infragistics Professional 及び Infragistics Ultimate にも含まれています。

Infragistics Professional :Ignite UI, ASP.NET, Windows Forms, Windows UI, Silverlight and WPFが含まれています。
Infragistics Ultimate Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 ユーザーQuince Subscriptionが含まれています。

Infragistics Ultimate UI for WPF 22.2

Released: Nov 3, 2022

22.2 での更新項目

機能

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.