NOV Chart for .NET 2024.1

Released: Jun 5, 2024

2024.1 での更新項目

機能

  • Added support for Microsoft .NET 8.0 - NOV now has a native build for .NET 8.0, in addition to the supported builds for .NET Framework 4.7.2+, NET 6.0, and .NET 7.0. NOV Mac projects have been migrated from Xamarin.Mac to .NET 8.0 and can be used with the following IDEs on Mac:
    • Visual Studio Code with the C# DevKit plugin.
    • JetBrains Rider.
  • This release adds the following new features:
    • Surface Series - Added support for Grid Surface, Mesh Surface, Triangulated Surface, and Vertex Surface Series. All surface series support real time, shader optimized rendering as well as many visualization options, such as support for mesh and contour lines, custom colors per vertex, flat contour rendering and others.
    • Trendline Series - Added a new trendline series that allows you to visualize Exponential, Linear, Logarithmic, Polynomial, Power and Moving Average trendlines.
    • Data Import - Added a new Data Import control which allows you to import single and multiple data series data from various data sources, including IEnumerable, INIterable<T>, NDataTable, NDbDataReader etc.
    • Data Binding - The data binding feature allows you to bind multiple data series to a data source, so that they automatically refresh when the data source changes.
    • Data Analysis - Added support for integrating with NOV Formula Calculator, which allows you to display various arithmetic, statistical and financial functions such as moving average, power, standard deviation, statistical distributions and many others.
  • The following existing features have been improved:
    • UI Improvements - NOV Chart now has a new Ribbon and Command bar interface, that includes support for exporting chart images to raster and vector formats, modifying the chart projection and palette and access to other chart features.
    • Enhanced PDF Export UI - The UI of the PDF Export has been enhanced to support multiple pages.