Skip to main content

SparklineEditSettings.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.Settings

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