'Declaration
Public Function SetSignalLineStyle( _ Optional ByVal stroke As String, _ Optional ByVal strokeWidth As Nullable(Of Integer) _ ) As MacdBuilder(Of T)
public MacdBuilder<T> SetSignalLineStyle( string stroke, Nullable<int> strokeWidth )
Parameters
- stroke
- The stroke
- strokeWidth
- The stroke width
Return Value
Current builder