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 As String _
) As PlotAreaBuilder
public PlotAreaBuilder Height(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also