SharpPlot Reference > SharpPlot Methods > RenderJsonChartMap > Method (Boolean) SharpPlot.RenderJsonChartMap Method (Boolean)
Return JSON for chart at 96 dpi, optionally including data.
public string RenderJsonChartMap(
bool withdata
);
-
withdata
- Include chart data into JSON – data arrays may make output very large for high-density plots.
-
return value
- Chart map as JSON.
See also ...SharpPlot Members | SharpPlot.RenderJsonChartMap
Send comments on this topic © Dyalog Ltd 2021
|