Global/Individual Axis Tick Width Setting
Feature description:
The Axis lines have Width settings
plot.XAxis.Line(width: 2);
However, there is no setting to set the width of the ticks (Major/Minor)
Code example:
Individual Axis
plot.XAxis.TickWidth(2);
plot.YAxis.TickWidth(4);