ComponentOne ASP.NET MVC Controls
Uptrend Method

C1.Web.Mvc.Finance.Fluent Namespace > FibonacciBuilder<T> Class : Uptrend Method
The value.
Configurates C1.Web.Mvc.Finance.Fibonacci<T>.Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool.
Syntax
'Declaration
 
Public Function Uptrend( _
   ByVal value As Boolean _
) As FibonacciBuilder(Of T)
public FibonacciBuilder<T> Uptrend( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Default value is true(uptrend). If the value is false, the downtrending levels are plotted.
See Also

Reference

FibonacciBuilder<T> Class
FibonacciBuilder<T> Members