| Contents > SharpPlot > Properties | Index |
SharpPlot.YTickStyle Property
Set Y tickmark style to one of the allowed values.
public YTickStyles YTickStyle {get; set;}
Example
sp.YTickStyle = YTickStyles.CrossingTicks;
Options
| CrossingTicks | Ticks cross the axis |
| InsideTicks | Ticks are drawn inside the axis |
| NoTicks | No ticks are drawn |
| MinorTicks | Minor ticks are added automatically |
