| Contents > SharpPlot > Methods | Index |
SharpPlot.SetPenWidths Method
Set line-widths for use by upcoming data series.
Example
sp.SetPenWidths(new double[] {0.5,2});
Overloads
- public void SetPenWidths(int lineWidth);
- public void SetPenWidths(double lineWidth);
- public void SetPenWidths(int[] lineWidths);
- public void SetPenWidths(double[] lineWidths);
