SharpLeaf Reference > SharpLeaf Methods > IncludeChart Method > (SharpPlot,BoxFlow,Double,Double,Int32)

SharpLeaf.IncludeChart Method (SharpPlot,BoxFlow,Double,Double,Int32)

Add a SharpPlot chart to a report, with optional scaling and wraparound.

public void IncludeChart(
    SharpPlot sp,
    BoxFlow flow,
    double width,
    double height,
    int page
);
sp
Chart to embed.
flow
How to flow the chart (BoxFlow.Paragraph by default).
width
Size that the chart will be scaled to fit (0 for default, negative for proportion of available frame area).
height
Size that the chart will be scaled to fit (0 for default, negative for proportion of available frame area).
page
Chart page to include (defaults to 1).

See also ...

SharpLeaf Members | SharpLeaf.IncludeChart Method


Send comments on this topic
© Dyalog Ltd 2021