Configurates
C1.Web.Mvc.Range.Thickness. Sets the thickness of this range as a percentage of the parent gauge's thickness.
Syntax
'Declaration
Public Function Thickness( _
ByVal As Double _
) As RangeBuilder
public RangeBuilder Thickness(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also