Skip to main content

BootstrapChartBarSeriesBase.ValueField Property

Specifies which data source field 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 value that specifies the name of a data source field.

Remarks

In the Cartesian coordinate system, each point is characterized by a pair of coordinates (X, Y). In a common case, X’s are provided by the BootstrapChartCommonSeriesBase.ArgumentField; Y’s are provided by the ValueField.

Certain series types require more than one value field, because their points are characterized by a larger number of coordinates. These series types are:

See Also