SharpPlot Reference > SharpPlot Methods > RenderXaml Method > (Double,String) SharpPlot.RenderXaml Method (Double,String)
Return completed chart as XAML with given resolution and extra header content.
public string RenderXaml(
double dpi,
string header
);
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
header
- Arbitrary XAML code to include at top of Canvas.
-
return value
- XAML Canvas containing completed chart.
See also ...SharpPlot Members | SharpPlot.RenderXaml Method
Send comments on this topic © Dyalog Ltd 2021
|