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