ComponentOne ASP.NET MVC Controls
Column Method (PlotAreaBuilder)

C1.Web.Mvc.Fluent Namespace > PlotAreaBuilder Class : Column Method
The value.
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 value As Integer _
) As PlotAreaBuilder
public PlotAreaBuilder Column( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PlotAreaBuilder Class
PlotAreaBuilder Members