| Contents > SharpPlot > Properties | Index |
SharpPlot.XTickStyle Property
Set X tickmark style to one of the allowed alternatives.
public XTickStyles XTickStyle {get; set;}
Example
sp.XTickStyle = XTickStyles.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 |
