Back to Devexpress

CircularGaugeBuilder.Value(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-circulargaugebuilder-dot-value-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

CircularGaugeBuilder.Value(Double) Method

Specifies the main value on a gauge. Mirrors the client-side value option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public CircularGaugeBuilder Value(
    double value
)

Parameters

NameTypeDescription
valueDouble

The option value.

|

Returns

TypeDescription
CircularGaugeBuilder

A reference to this instance after the method is called.

|

Remarks

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

cshtml
@(Html.DevExtreme().CircularGauge()
    .Value(10)
)

See Also

CircularGaugeBuilder Class

CircularGaugeBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace