LightningChart .NET v10.3.2

Released: Aug 2, 2022

v10.3.2 中的更新

特性

  • Added seven new technical indicators to the TradingChart control. These are:
    • Accumulation/Distribution.
    • Average Directional Index.
    • Commodity Channel Index.
    • Ichimoku Cloud.
    • On-Balance Volume.
    • Parabolic Stop-and-Reverse (PSAR).
    • Percentage Price Oscillator.
  • Added five new drawing tools to the TradingChart control:
    • Elliot Wave.
    • Head and Shoulders.
    • Pitchfork.
    • Triangle.
    • XABCD Pattern.
  • The TrackLineSeries and SolveYValue features are now available for the LineSeriesCursor. These features help you to customize the Cursor tracking behavior.
  • The TrackLineSeries is Predicate to determine if the cursor should draw/resolve the TrackPoint for a series implementing ITrackable interface.
  • The SolveYValue feature overrides LineSeriesCursor’s Y-value solving/tracking method.
  • Func (predefined generic) delegate type can now be used with an anonymous method or lambda expression.
  • Improved the rendering speed for the 3D Spectrograms by a 50%. Additionally, the 2D Spectrograms’ performance increased by about a 20%.
  • Added new examples in the Interactive Examples App. Those newly added examples demonstrate the new features of LineSeriesCursor and potency of library in EEG data visualization.

修補程式

  • Many minor errors have been fixed in the library code.