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