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

SharpPlot.RenderXaml Method (Double,String)

Return chart as a XAML Canvas at given scale with additional header content.

public string RenderXaml(
    double scale,
    string headerText
);

Parameters and Result

scale
Scaling to pixels (default 1.33).
headerText
Extra attributes to populate Canvas tag.
return value
Completed XAML Canvas containing entire chart.

See also ...

SharpPlot Members | RenderXaml Method


Send comments on this topic
© Dyalog Ltd 2013