Scrolling Graph

March 9, 2021 ยท View on GitHub

Scrolling Graph with panning gestures using SkiaSharp.

Created using Xamarin Forms Supporting iOS and Android Platforms.

Implemented:
  • Creates Graph Layout with SkiSharp
  • Allows user gestures to pan through view
  • Displays graph
  • Runs a timer for adding random new graph test lines data
Libraries:
  • SkiaSharp.Views.Forms - 2.80.2

Android Example

Alt text Alt text

iOS Example

Alt text Alt text

Contents

  1. 1Scrolling Graph with panning gestures using SkiaSharp.
  2. 2Android Example
  3. 3iOS Example