RepositoryItemSparklineEdit.ValueRange Property
Provides access to the range settings.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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