Forum Discussion

t-meh's avatar
t-meh
Former Employee
Jul 16, 2019

How to render a chart with the C# API?

Hello! First time posting

 

I'm querying kusto for time series and want to produce a chart. In Microsoft Flow ( https://docs.microsoft.com/en-us/azure/kusto/tools/flow)  this is possible, is it possible with the C# API?

2 Replies

  • t-meh Hi there,

     

    The Flow connector has a component that calls Kusto, gets the results, and then visualizes them into a chart. 

     

    Our C# API doesn't expose the visualization component, but you can use the C# API to call Kusto, get the resutls, then call any visualization tool to visualize the data into a chart.

     

    • t-meh's avatar
      t-meh
      Former Employee
      Thanks for replying @Ravi_Dennis

Resources