| Contents > SharpPlot > Methods | Index |
SharpPlot.SetBarWidths Method
Set Bar widths for XBarchart and Gantt chart.
Example
sp.SetBarWidths(new int[] {7,7,4,5});
Overloads
- public void SetBarWidths(double value);
- public void SetBarWidths(int[] value);
- public void SetBarWidths(double[] value);
The widths are given in axis units.
