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 As Integer _
) As PlotAreaBuilder
public PlotAreaBuilder Row(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also