Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public Range PointValueRange { get; set; }

Property Value

Type Description
Range

A Range object.

See Also