[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PlotAreaBuilder.Width

Width Method

Width(string)

Configurates Width. Sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).

Declaration
public PlotAreaBuilder Width(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
PlotAreaBuilder

Current builder.