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