Forum Discussion
t-meh
Jul 16, 2019Former Employee
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 p...
Ravit_Dennis
Microsoft
Jul 30, 2019t-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
Jul 30, 2019Former Employee
Thanks for replying @Ravi_Dennis