Back to Devexpress

RegressionLineIndicator.ValueLevel Property

maui-devexpress-dot-maui-dot-charts-dot-regressionlineindicator-7524cdb6.md

latest1.4 KB
Original Source

RegressionLineIndicator.ValueLevel Property

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public ValueLevel ValueLevel { get; set; }

Property Value

TypeDefault
ValueLevelAuto

Available values:

NameDescription
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

RegressionLineIndicator Class

RegressionLineIndicator Members

DevExpress.Maui.Charts Namespace