ComponentOne ASP.NET MVC Controls
Width Method (PlotAreaBuilder)

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PlotAreaBuilder Class
PlotAreaBuilder Members