| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawBubbleChart Method (Double[],Double[],Int32[])
Make an incidence plot from x and y data and integer marker scales.
public void DrawBubbleChart(
double[] yValues,
double[] xValues,
int[] markerArea
);
