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

SeriesPointFilterModel.Key Property

Gets or sets the value of the SeriesPointFilter.Key within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public SeriesPointKey Key { get; set; }

Property Value

Type Description
SeriesPointKey

The coordinate of a series point by which filtering is performed.

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 SeriesPoint.Values array of a series’s data points. For financial data this indicates the Low value.

Value_2

Specifies that sorting is performed by the second data value within the SeriesPoint.Values array of a series’s data points. For financial data this indicates the High value.

Value_3

Specifies that sorting is performed by the third data value within the SeriesPoint.Values array of a series’s data points. For financial data this indicates the Open value.

Value_4

Specifies that sorting is performed by the fourth data value within the SeriesPoint.Values array of a series’s data points. For financial data this indicates the Close value.

See Also