Infragistics Ultimate - includes Ignite UI for Blazor 23.2.204
Released: Apr 18, 2024
Ignite UI for Blazor 23.2.204 での更新項目
機能
Charts
Added a new Data Filtering via the initialFilter property. Apply filter expressions to filter the chart data to a subset of records. Can be used for drill down large data.
IgbBulletGraph
The Performance bar will now reflect the difference between the value and new HighlightValue when the HighlightValueDisplayMode is applied to the 'Overlay' setting. The highlight value will show a filtered/subset completed measured percentage as a filled in color while the remaining bar's appearance will appear faded to the assigned value, illustrating the performance in real-time.
IgbLinearGauge
A new highlight needle has been added. When both HighlightValue and HighlightValueDisplayMode are provided a value and 'Overlay' setting, this will make the main needle to appear faded and a new needle will appear.
IgbRadialGauge
A new highlight needle has been added. When both HighlightValue and HighlightValueDisplayMode are provided a value and 'Overlay' setting, this will make the main needle to appear faded and a new needle will appear.
XamTreemap
XamTreemap now exposes a HighlightingMode property that allows you to configure mouse-over highlighting of the items in the tree map. This property takes two options: Brighten where the highlight will apply to the item that you hover the mouse over only, and FadeOthers where the highlight of the hovered item will remain the same, but everything else will fade out. This highlight is animated, and can be controlled using the HighlightingTransitionDuration property.