Infragistics Ultimate - includes Ignite UI for Angular 17.3.0
Released: Apr 26, 2024
Ignite UI for Angular 17.3.0 での更新項目
機能
Charts
XamRadialChart
Added a new Label Mode The IgxCategoryAngleAxisComponent for the now exposes a LabelMode property that allows you to further configure the location of the labels. This allows you to toggle between the default mode by selecting the Center enum, or use the new mode, ClosestPoint, which will bring the labels closer to the circular plot area.
Gauges
IgxRadialGaugeComponent:
Added new title/subtitle properties:
TitleText, SubtitleText will appear near the bottom the gauge.
The various title/subtitle font properties have been added such as TitleFontSize, TitleFontFamily, TitleFontStyle, TitleFontWeight and TitleExtent.
The new TitleDisplaysValue will allow the value to correspond with the needle's position.
Added new OpticalScalingEnabled and OpticalScalingSize properties for the IgxRadialGaugeComponent. This new feature will manage the size at which labels, titles, and subtitles of the gauge have 100% optical scaling.
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.
IgxLinearGaugeComponent
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.
IgxBulletGraphComponent
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.