Skip to main content

XRSparkline.ValueRange Property

Provides access to the range of values displayed by a Sparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
public SparklineRange ValueRange { get; }

Property Value

Type Description
SparklineRange

A SparklineRange value.

See Also