[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PlotAreaBuilder.Height

Height Method

Height(string)

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

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

The value.

Returns
Type Description
PlotAreaBuilder

Current builder.