XRSparkline.ValueMember Property
In This Article
Specifies the name of a data member that supplies values to the sparkline.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[DefaultValue("")]
[SRCategory(ReportStringId.CatData)]
public string ValueMember { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value. |
See Also