xtrareports-devexpress-dot-xtracharts-dot-xrdatafilter.md
Specifies the data field providing values by which series data should be filtered.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[DefaultValue(null)]
[SRCategory(ReportStringId.CatReportData)]
public ValueBinding ValueBinding { get; set; }
<SRCategory(ReportStringId.CatReportData)>
<DefaultValue(Nothing)>
Public Property ValueBinding As ValueBinding
| Type | Default | Description |
|---|---|---|
| ValueBinding | null |
A ValueBinding object.
|
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