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