Reference > Methods > DrawBubbleChart Method > (Double[],Double[],Double[])

SharpPlot.DrawBubbleChart Method (Double[],Double[],Double[])

Scatterplot from 2 arrays of data with markers scaled by 3rd array.

public void DrawBubbleChart(
    double[] yValues,
    double[] xValues,
    double[] markerArea
);

See also ...

SharpPlot Members | DrawBubbleChart Method


Send comments on this topic
© Dyalog Ltd 2013