Skip to main content

XRDataFilter.ValueBinding Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatReportData)]
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