SeriesBase.PointsSortingKey Property
OBSOLETE
This property is now obsolete. Use the Series
Gets or sets a value that specifies the values of the data points that the series should be sorted by.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the SeriesPointsSortingKey property instead.")]
public SortingKey PointsSortingKey { get; set; }
#Property Value
Type | Description |
---|---|
Sorting |
A |
Available values:
Name | Description |
---|---|
Argument | Specifies that sorting is performed by the argument values of a series’ data points. |
Value_1 | Specifies that sorting is performed by the first data value within the Series |
Value_2 | Specifies that sorting is performed by the second data value within the Series |
Value_3 | Specifies that sorting is performed by the third data value within the Series |
Value_4 | Specifies that sorting is performed by the fourth data value within the Series |
#Remarks
The PointsSortingKey property is now obsolete. Use the SeriesBase.SeriesPointsSortingKey property instead.