Back to Devexpress

BootstrapChartSeries.ValueField Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapchartseries.md

latest1.9 KB
Original Source

BootstrapChartSeries.ValueField Property

Specifies which data source field provides values for series points.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue("val")]
public string ValueField { get; set; }
vb
<DefaultValue("val")>
Public Property ValueField As String

Property Value

TypeDefaultDescription
String"val"

A string that specifies the 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 BootstrapChartSeries.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:

  • Range-like series types

  • Financial series types

See Also

Chart

BootstrapChartSeries Class

BootstrapChartSeries Members

DevExpress.Web.Bootstrap Namespace