SharpPlot Reference > SharpPlot Methods > SetAxisStyle Method SharpPlot.SetAxisStyle Method
Set Axis format given any of color, lineStyle and lineweight (pts).
Example
sp.SetAxisStyle(Color.White,LineStyle.Solid,1.2);
sp.SetAxisStyle(Color.Navy);
sp.SetAxisStyle(4); // Heavy lines
Overloads
See also ...SharpPlot Members
Send comments on this topic © Dyalog Ltd 2021
|