Configurates
C1.Web.Mvc.PlotArea.Column. Sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.
Syntax
'Declaration
Public Function Column( _
ByVal As Integer _
) As PlotAreaBuilder
public PlotAreaBuilder Column(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also