[]
public void SetAllLines(Color lineColor, LineStyle lineStyle)
Public Sub SetAllLines(lineColor As Color, lineStyle As LineStyle)
Type | Name | Description |
---|---|---|
Color | lineColor | The Color value indicates the color of the line. |
LineStyle | lineStyle | The LineStyle value indicates the style of the line. |
Sets the Color settings to all lines.
public void SetAllLines(Color lineColor)
Public Sub SetAllLines(lineColor As Color)
Sets the LineStyle settings to all lines.
public void SetAllLines(LineStyle lineStyle)
Public Sub SetAllLines(lineStyle As LineStyle)