Skip to main content
A newer version of this page is available. .

BootstrapPieChartSeries.ValueField Property

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

Namespace: DevExpress.Web.Bootstrap

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

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