A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeries.ValueField Property
Specifies the data source field that provides values for series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue("val")]
public string ValueField { get; set; }
<DefaultValue("val")>
Public Property ValueField As String
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
Feedback