Create Grafana dashboard > Panel passing data through c# code

Hi All,

We are pretty new to TIG. we are working on a project wherein the requirement is to generate Grafana graph by;

  1. Fetching data from InfluxDB and other relational database
  2. Process the 2 fetched data items
  3. prepared desired data which is to be binded to Grafana graph panel

Until now we are able to query influxDB through C# code using libraries shared over here https://github.com/ziyasal/InfluxDB.Net

However we are not able to find any library or API through which we can bind our custom data to Grafana panels.

Kindly let know whether it is possible to do so. If yes any sample code / library / URL to use.

Kindly let know if any further details required from our side.