| Contents > SharpPlot > Methods | Index |
SharpPlot.SetContourStyle Method
Set Contour format given any of color, lineStyle and lineweight (pts).
Example
sp.SetContourStyle(Color.Red,LineStyle.Dash,1.2);
Overloads
- public void SetContourStyle(Color lineColor);
- public void SetContourStyle(double lineWidth);
- public void SetContourStyle(LineStyle lineStyle);
- public void SetContourStyle(Color lineColor,LineStyle lineStyle);
- public void SetContourStyle(Color lineColor,LineStyle lineStyle,double lineWidth);
