SparklineEditSettings.PointArgumentSortOrder Property
In This Article
Specifies how to sort sparkline points by their arguments.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public SparklineSortOrder PointArgumentSortOrder { get; set; }
#Property Value
Type | Description |
---|---|
Sparkline |
A Sparkline |
Available values:
Name | Description |
---|---|
Ascending | Sparkline points are sorted in ascending order. |
Descending | Sparkline points are sorted in descending order. |
See Also