Back to Devexpress

SparklineEditSettings.PointValueRange Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-sparklineeditsettings-1781a3b5.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Range PointValueRange { get; set; }
vb
Public Property PointValueRange As Range

Property Value

TypeDescription
Range

A Range object.

|

See Also

SparklineEditSettings Class

SparklineEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace