Back to Devexpress

BarGaugeBuilder.StartValue(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-bargaugebuilder-dot-startvalue-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

BarGaugeBuilder.StartValue(Double) Method

Specifies a start value for the gauge's invisible scale. Mirrors the client-side startValue option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public BarGaugeBuilder StartValue(
    double value
)

Parameters

NameTypeDescription
valueDouble

The option value.

|

Returns

TypeDescription
BarGaugeBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().BarGauge()
    .StartValue(10)
)

See Also

BarGaugeBuilder Class

BarGaugeBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace