SharpPlot Reference > SharpPlot Methods > RenderVml Method > (Boolean,Double,Boolean)

SharpPlot.RenderVml Method (Boolean,Double,Boolean)

Return completed chart as VML with optional paper outline, resolution, and HTML wrapping.

public string RenderVml(
    bool showPaper,
    double dpi,
    bool html
);
showPaper
Flag to creata a drop-shadow outline.
dpi
VML Resolution in dots per inch (default is 0 for fully scalable).
html
Flag to create a full HTML page rather than just a div block to be incorporated in a webpage (defaults to false).
return value
Completed chart as VML.

See also ...

SharpPlot Members | SharpPlot.RenderVml Method


Send comments on this topic
© Dyalog Ltd 2021