Skip to main content
A newer version of this page is available. .

SparklineEdit.PointArgumentSortOrder Property

Specifies how to sort sparkline points by their arguments.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public SparklineSortOrder PointArgumentSortOrder { get; set; }

Property Value

Type Description
SparklineSortOrder

A SparklineSortOrder enumeration value.

Available values:

Name Description
Ascending

Sparkline points are sorted in ascending order.

Descending

Sparkline points are sorted in descending order.

See Also