[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PlotAreaBuilder.Column

Column Method

Column(int)

Configurates Column. Sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.

Declaration
public PlotAreaBuilder Column(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
PlotAreaBuilder

Current builder.