| Contents > SharpPlot > Methods | Index |
SharpPlot.SetArrowStyle Method
Set Arrow format given any of (Arrow size, sweep angle, fill pattern).
Example
sp.SetArrowStyle(12,30); // Size,angle sp.SetArrowStyle(6,120); // Inward arrow sp.SetArrowStyle(12,30,FillStyle.Unfilled); // Size,angle,hollow
Overloads
- public void SetArrowStyle(double arrowSize);
- public void SetArrowStyle(double arrowSize,double arrowAngle);
- public void SetArrowStyle(double arrowSize,double arrowAngle,FillStyle fillStyle);
