Skip to main content

RepositoryItemSparklineEdit.ValueRange Property

Provides access to the range settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Data")]
public SparklineRange ValueRange { get; }

Property Value

Type Description
SparklineRange

A SparklineRange object that specifies range settings for the SparklineEdit control.

Remarks

Use the RepositoryItemSparklineEdit.ValueRange.Limit1 and RepositoryItemSparklineEdit.ValueRange.Limit2 properties to specify the range limits. If the RepositoryItemSparklineEdit.ValueRange.IsAuto property is set to true, the limits are calculated automatically.

See Also