ComponentOne ASP.NET MVC Controls
SetSignalLineStyle Method

C1.Web.Mvc.Finance.Fluent Namespace > MacdBuilder<T> Class : SetSignalLineStyle Method
The stroke
The stroke width
Sets the signal line style.
Syntax
'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
See Also

Reference

MacdBuilder<T> Class
MacdBuilder<T> Members