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

XRSparkline.ValueRange Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

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

Property Value

Type Description
SparklineRange

A SparklineRange value.

See Also