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

SparklineEdit.PointValueRange Property

Specifies the allowed range of data points values. Data points with values that are out of this range will not be displayed on a sparkline.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

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

Declaration

public Range PointValueRange { get; set; }

Property Value

Type Description
Range

A Range object.

See Also