SharpPlot Reference > SharpPlot Methods > SaveXaml Method > (String,Double,String) SharpPlot.SaveXaml Method (String,Double,String)
Save completed chartas XAML with given resolution and extra header content.
public void SaveXaml(
string filename,
double dpi,
string header
);
-
filename
- Name of output file.
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
header
- Arbitrary XAML code to include at top of Canvas.
See also ...SharpPlot Members | SharpPlot.SaveXaml Method
Send comments on this topic © Dyalog Ltd 2021
|