Reference > Methods > SetYTickLengths Method SharpPlot.SetYTickLengths Method
Set the lengths of all Y-tickmarks individually, as a percentage of standard, or as exact values in points if YTickStyle is Absolute.
Example
sp.SetYTickLengths(120); // Extend all tickssp.SetYTickLengths(new int[] {150,80,80}); // Cyclic patternsp.YTickStyle = YTickStyles.Absolute;sp.SetYTickLengths(new int[] {8,2,4,2}); // Values in pts
Overloads
See also ...YDatumThreshold Property | YGridThreshold Property | YTickStyle Property
Send comments on this topic © Dyalog Ltd 2013
|