Released: May 20, 2025
2025.1 での更新項目
機能
General NOV Improvements
- Added Support for .NET 9.0: NOV now has a native build for .NET 9.0, in addition to the existing support for .NET Framework 4.7.2+ and .NET 8.0.
NOV Chart for .NET Improvements
- Fast Bar, Fast Line, and Fast Point Series:
- This new set of fast series enables real-time data visualization of extremely large datasets - up to millions of data points - by leveraging GPU acceleration for many computations. All three series support both 2D and 3D visualization modes, as well as per-data-point color information, making them ideal for demanding real-time, scientific, and medical applications.
- Improved Data Labeling:
- All series now feature optimized performance for automatic data label positioning and layout.
- Enhanced Axis Dock Anchors:
- Axis dock anchors can now automatically switch docking sides to improve axis visibility.
- Improved Data Zoom Tool:
- The data zoom tool now supports zooming in/out at the current mouse position using the mouse wheel.
- Palette Editor:
- Added a new editor for chart palettes allows users to select and customize palette colors.
NOV Diagram for .NET Improvements
- Visio Layers Import/Export:
- Added support for importing and exporting Visio layers from drawings (VSDX, VSD) and stencils (VSSX, VSS).
- New Calendar Shapes Library:
- Added a new set of calendar shapes enables easy embedding of calendars and schedules in diagrams, including shapes for common date/time units (e.g., month shape, year shape).
- Property Editors:
- DIP-based property editors now use the logical unit of the page.
- Page Navigator:
- Improved customization options for buttons and the page context menu.
NOV Rich Text Editor for .NET
- Text Frames:
- Added support for importing and exporting text frames in both RTF and DOCX formats.
- Controllable Measurement Units:
- DIP property editors now use a unit system based on the application's current culture. This allows for easy switching between imperial (inches, DIP) and metric (cm, mm) units, enhancing the control's localization capabilities. By default, the control displays units according to the user’s selected culture.
NOV UI for .NET Improvements
- Added a new Alert Widget:
- A special label widget that can be quickly styled using its `Style` and `Type` properties. It now allows developers to easily display messages, warnings, and errors in their applications.
Framework Improvements
- Cloud Storage Integration:
- Built-in integration with Google Drive and Dropbox that allows NOV applications to transparently save and load files in popular Cloud Storage services.
- New Editor for NColor DOM Arrays:
- Enables editing of color arrays exposed via the public API of any NOV control.