Reference > Methods > SaveXaml Method > (String,Double,String)

SharpPlot.SaveXaml Method (String,Double,String)

Save chart as a XAML/HTML file with scaling and extra header text.

public void SaveXaml(
    string filename,
    double scale,
    string headerText
);

Parameters

filename
Target file (extension may be .xaml or .html).
scale
Scaling to pixels (default 1.33).
headerText
Extra attributes to populate Canvas tag.

See also ...

SharpPlot Members | SaveXaml Method


Send comments on this topic
© Dyalog Ltd 2013