ComponentOne ASP.NET MVC Controls
End Method (LineBuilder)

C1.Web.Mvc.Fluent Namespace > LineBuilder Class : End Method
The value.
Configurates C1.Web.Mvc.Line.End. Sets the end point of the Line annotation.
Syntax
'Declaration
 
Public Function End( _
   ByVal value As DataPoint _
) As LineBuilder
public LineBuilder End( 
   DataPoint value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

LineBuilder Class
LineBuilder Members