SharpPlot Reference > SharpPlot Properties > TickMarkWidth Property SharpPlot.TickMarkWidth Property
Override inherited tickmark line-width with an explicit value.
public double TickMarkWidth{get; set;}
Example
sp.TickMarkWidth = 0.5;
The default is set to -1, which allows the tickmarks to scale naturally with the line-width used for the chart axes..
See also ...SharpPlot.SetAxisStyle Method
Send comments on this topic © Dyalog Ltd 2021
|