ComponentOne ASP.NET MVC Controls
Height Method (PlotAreaBuilder)

C1.Web.Mvc.Fluent Namespace > PlotAreaBuilder Class : Height Method
The value.
Configurates C1.Web.Mvc.PlotArea.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).
Syntax
'Declaration
 
Public Function Height( _
   ByVal value As String _
) As PlotAreaBuilder
public PlotAreaBuilder Height( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PlotAreaBuilder Class
PlotAreaBuilder Members