Infragistics Ultimate UI for Windows Forms(英語版)

Windowsフォーム向けの100件を超えるUIコントロールを収録したスイート。スタイリッシュな優れたアプリを構築できます。

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

価格:¥ 260,480 (税込)〜 バージョン: 25.1 新機能 更新日: May 15, 2025 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00 (4)

i

Infragistics Windows Forms のすべてのコントロールは 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 User Quince サブスクリプション。

Infragistics Ultimate UI for Windows Forms 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.