ComponentOne Studio ASP.NET MVC 2025 v1
Released: Jun 3, 2025
2025 v1 での更新項目
機能
- ASP.NET Core Enhancements
- FlexReport for .NET Standard - The FlexReport for .NET Standard library (C1.FlexReport) is production-ready for .NET Core web apps and server-side Web APIs.
- Reverse the Legend in FlexChart - Introduced a new property that can reverse the legend item order. The default value is false, but you can modify the 'legendReversed' property on FlexChart to reverse the legend items.
- New Legend Positions -In addition to the basic Top, Bottom, Left, and Right legend positions, there are now more options, including TopLeft, TopRight, BottomLeft, BottomRight, LeftTop, LeftBottom, RightTop, and RightBottom.
- New Trendline minX and maxX Properties - Extend the trendline beyond the original data range.
- Freeze Cells to the Right and Bottom - Freezing rows and columns keeps them in view as the user scrolls, and it's an essential grid feature found in Microsoft Excel. Similar to WPF. It is now possible to freeze columns on the right side of FlexGrid for ASP.NET Core. It's also now possible to freeze rows to the bottom. This is useful for displaying totals on the right or bottom and keeping them in view.
- New Placeholder Property - Added 'placeholder' property to Column class to set custom placeholder text, displayed when editing empty cells.
- Preserve Selected Month - The InputDate control has been enhanced to retain the selected date month value using the 'preserveCalendarNavigation' property.