ComponentOne ASP.NET MVC Controls
Row Method (PlotAreaBuilder)

C1.Web.Mvc.Fluent Namespace > PlotAreaBuilder Class : Row Method
The value.
Configurates C1.Web.Mvc.PlotArea.Row. Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.
Syntax
'Declaration
 
Public Function Row( _
   ByVal value As Integer _
) As PlotAreaBuilder
public PlotAreaBuilder Row( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PlotAreaBuilder Class
PlotAreaBuilder Members