ComponentOne ASP.NET MVC Controls
AutoScale Method

C1.Web.Mvc.Fluent Namespace > RadialGaugeBuilder Class : AutoScale Method
The value.
Configurates C1.Web.Mvc.RadialGauge.AutoScale. Sets whether the gauge should automatically scale to fill the host element.
Syntax
'Declaration
 
Public Function AutoScale( _
   ByVal value As Boolean _
) As RadialGaugeBuilder
public RadialGaugeBuilder AutoScale( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

RadialGaugeBuilder Class
RadialGaugeBuilder Members