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

XRDataFilter.ValueBinding Property

Specifies the data field providing values by which series data should be filtered.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatReportData)]
[DefaultValue(null)]
public ValueBinding ValueBinding { get; set; }

Property Value

Type Default Description
ValueBinding *null*

A ValueBinding object.

Remarks

Use the ValueBinding property to make a chart visualize data in each of a report’s groups.

When both the XRDataFilter.Value and ValueBinding properties are specified for a data filter, only the ValueBinding setting is taken into account.

For a related tutorial, see Use Charts to Visualize Data in Report Groups.

See Also