Infragistics Professional - includes Ultimate UI for WPF 25.1.117
Released: Oct 3, 2025
Ultimate UI for WPF 25.1.117 での更新項目
機能
Azure Map Imagery Support for XamGeographicMap (Beta)
The XamGeographicMap now supports Azure-based map imagery, allowing developers to display detailed, dynamic maps across multiple application types. You can combine multiple map layers, visualize geographic data, and create interactive mapping experiences with ease. Note: Support for Bing Maps imagery is being phased out. Existing enterprise keys can still be used to access Bing Maps, ensuring your current applications continue to function while you transition to Azure maps.
New Axis Label Events for XamDataChart (Beta)
The following events have been added to the XamDataChart to allow you to detect different operations on the axis labels:
LabelMouseDown.
LabelMouseUp.
LabelMouseEnter.
LabelMouseLeave.
LabelMouseMove.
LabelMouseClick.
Companion Axis for Charts (Beta)
Added CompanionAxis properties to the X and Y axis that allow you to quickly create a clone of an existing axis. When enabled using the CompanionAxisEnabled property, this will default the cloned axis to the opposite position of the chart and you can then configure that axes' properties.
RadialPieSeries Inset Outlines (Beta)
Added a new property called UseInsetOutlines to control how outlines on the RadialPieSeries are rendered. Setting this value to true will inset the outlines within the slice shape, whereas a false (default) value will place the outlines half-in half-out along the edge of the slice shape.
XamBulletGraph
Added new LabelsVisible property (Beta).
Charts
New properties added to the DataToolTipLayer, ItemToolTipLayer, and CategoryToolTipLayer to aid in styling: ToolTipBackground, ToolTipBorderBrush, and ToolTipBorderThickness.
New properties added to the DataLegend to aid in styling: ContentBackground, ContentBorderBrush, and ContentBorderThickness. Note, you can still style the DataLegend using previously existing Background, BorderBrush, and BorderThickness properties, but these new properties will take precedence. Both of these related BorderBrush and BorderThickness default to transparent and 0 respectively, so to see these borders, you will need to set these properties.
Added a new property to ChartMouseEventArgs called WorldPosition that provides the world relative position of the mouse. This position will be a value between 0 and 1 for both the X and Y axis within the axis space.
Added HighlightingFadeOpacity to SeriesViewer and DomainChart. This allows you to configure the opacity applied to highlighted series.
Expose CalloutLabelUpdating event for domain charts.
XamLinearGauge
Added new LabelsVisible property (Beta).
不具合の修正
XamDataGrid
XamDataGrid Formula Summaries not printing on report.
XamDataGrid field groups order is not correct when visibility set to collapse.
XamFunnelChart
FunnelChart has duplicated outer label on the first render.
Excel Library
Saved Excel file is corrupted if a worksheet name contains full-width punctuation.
Adding line chart corrupts Excel file for German culture.
SUMIFS function is not calculated properly.
XamComboEditor
XamComboEditor throwing argumentException when using Thai culture.
XamDataChart
Data Annotation Overlay Text Color not working.
Removing a ValueOverlay with an axis annotation leaves the axis annotation visible.
XamRichTextEditor
Editor throws NullReferenceException when saving RTF file.