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

Make an incidence plot from integer x and y data and marker scales.

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

See also ...

SharpPlot Members | DrawBubbleChart Method