| Contents > SharpPlot > Methods | Index |
SharpPlot.SetXTickLengths Method
Set the lengths of all X-tickmarks individually, as a percentage of standard.
Example
sp.SetXTickLengths(150); // Extend all ticks
sp.SetXTickLengths(new int[] {120,60,60,60}); // Cyclic pattern
