Infragistics Professional - includes Ignite UI for Blazor 25.1.19
Released: Jun 7, 2025
Ignite UI for Blazor 25.1.19 での更新項目
機能
Charts
New Chart Data Annotations:
Data Annotation Band Layer (Beta).
Data Annotation Line Layer (Beta).
Data Annotation Rect Layer (Beta).
Data Annotation Slice Layer (Beta).
Data Annotation Strip Layer (Beta).
The Data Tooltip and Data Legend expose a new LayoutMode property that you can use to layout the contents of the tooltip or legend in a table or vertical layout structure.
The DefaultInteraction property of the charts has been updated to include a new enumeration - DragSelect in which the dragged preview Rect will select the points contained within. (Beta)
The ValueOverlay and ValueLayer, in addition to the new Chart Data Annotations listed above now expose an OverlayText property that can be used to overlay additional annotation text in the plot area. These appearance of these annotations can be configured by using the many OverlayText-prefixed properties. For example, the OverlayTextBrush property will configure the color of the overlay text. (Beta)
New Trendline Layer series type that allows you to apply a single trend line per trend line layer to a particular series. This allows the usage of multiple trend lines on a single series since you can have multiple TrendlineLayer series types in the chart.
Dashboards
The DashboardTile now supports propagating the aggregations from its DataGrid view to the chart visualization such as sorting, grouping, filtering and selection. This is currently supported by binding the DataSource of the DashboardTile to an instance of IgbLocalDataSource.
Toolbar
Value layers added from the toolbar now appear on the legend.
The zoom reset tool has been moved to the zoom drop-down.
Data Pie Chart
The chart now exposes a GetOthersContext() method. This will return the contents of the "others" slice.