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 possible with the C# API?
2 Replies
- Ravit_Dennis
Microsoft
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-mehFormer EmployeeThanks for replying @Ravi_Dennis