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

XRSparkline.ValueMember Property

Specifies the name of a data member that supplies values to the sparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string ValueMember { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also