RegressionLineIndicator.ValueLevel Property
In This Article
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public ValueLevel ValueLevel { get; set; }
#Property Value
Type | Default |
---|---|
Value |
Auto |
Available values:
Name | Description |
---|---|
Auto | |
Value | Indicates the point value of a series that requires only one value for a data point. |
Weight | Indicates the weight value of a bubble series point. |
High | Indicates the High price of a financial series point. |
Low | Indicates the Low price of a financial series point. |
Open | Indicates the Open price of a financial series point. |
Close | Indicates the Close price of a financial series point. |
See Also