Skip to main content

BootstrapPieChartSeries.ValueField Property

Specifies the data source field that provides values for series points.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("val")]
public string ValueField { get; set; }

Property Value

Type Default Description
String "val"

A string specifying the name of a data source field.

Remarks

When defining a series, set the ValueField property to the corresponding field from the data source.

See Also