[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.GaugeBuilder-2.TickSpacing

TickSpacing Method

TickSpacing(double?)

Configurates TickSpacing. Sets the spacing between tickmarks.

Declaration
public TBuilder TickSpacing(double? value)
Parameters
Type Name Description
double? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Set the ShowTicks property to true if you want the gauge to show tickmarks along its face. By default, the interval between tickmarks is defined by the Step property. Use the TickSpacing property to override the default and use a spacing that is different from the Step value. Set the TickSpacing property to null to revert to the default behavior.