A newer version of this page is available.
Switch to the current version.
SeriesBase.PointsSortingKey Property
Obsolete. 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.v18.2.dll
Declaration
[Obsolete("This property is now obsolete. Use the SeriesPointsSortingKey property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SortingKey PointsSortingKey { get; set; }
<Obsolete("This property is now obsolete. Use the SeriesPointsSortingKey property instead.")>
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property PointsSortingKey As SortingKey
Property Value
Type | Description |
---|---|
SortingKey | A SortingKey enumeration value. |
Remarks
The PointsSortingKey property is now obsolete. Use the SeriesBase.SeriesPointsSortingKey property instead.
See Also
Feedback