StandardDeviation.ValueLevel Property
Gets or sets the value specifying which series point value should be used to calculate the indicator.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ValueLevel ValueLevel { get; set; }
#Property Value
Type | Description |
---|---|
Value |
A Value |
Available values:
Name | Description |
---|---|
Value | Indicates the value of a series point where the series point contains only one value. |
Value2 | Indicates the Second value of a series point, where the series view belongs to the Range Bar view type. |
Low | Indicates the Low value of a series point, where the series view belongs to the Financial view type. |
High | Indicates the High value of a series point, where the series view belongs to the Financial view type. |
Open | Indicates the Open value of a series point, where the series view belongs to the Financial view type. |
Close | Indicates the Close value of a series point, where the series view belongs to the Financial view type. |
Box |
Indicates the Min value of a series point that belongs to the Box Plot series. |
Box |
Indicates the First Quartile value of a series point that belongs to the Box Plot series. |
Box |
Indicates the Median value of a series point that belongs to the Box Plot series. |
Box |
Indicates the Third Quartile value of a series point that belongs to the Box Plot series. |
Box |
Indicates the Max value of a series point that belongs to the Box Plot series. |
Box |
Indicates the Mean value of a series point that belongs to the Box Plot series. |