| Contents > SharpPlot > Methods | Index |
SharpPlot.SetEdgeStyle Method
Set Edge format given any of color, lineStyle and lineweight (pts).
Example
sp.SetEdgeStyle(Color.White,LineStyle.Solid,2);
Overloads
- public void SetEdgeStyle(Color lineColor);
- public void SetEdgeStyle(double lineWidth);
- public void SetEdgeStyle(LineStyle lineStyle);
- public void SetEdgeStyle(Color lineColor,LineStyle lineStyle);
- public void SetEdgeStyle(Color lineColor,LineStyle lineStyle,double lineWidth);
