Back to Devexpress

Regression Lines

aspnet-15837-components-chart-control-visual-elements-regression-lines.md

latest2.3 KB
Original Source

Regression Lines

  • Jun 28, 2021

A Regression Line is a series indicator that allows you to perform linear regression analysis over series points.

Along with other indicators, Regression Lines reside in the XYDiagram2DSeriesViewBase.Indicators collection of a series. A series may have any number of Regression Lines. Refer to the following help topic for more information: Regression Lines.

The table below lists the main properties that affect the element’s functionality and appearance.

|

Class

|

The RegressionLine class (which is a descendant of the Indicator class)

| |

Availability

|

XYDiagram2DSeriesViewBase.Indicators

| |

Specific Options

|

SingleLevelIndicator.ValueLevel

| |

Appearance

|

WebChartControl.IndicatorsPaletteName, Indicator.Color and Indicator.LineStyle

| |

Visibility and Legend Availability

|

Indicator.Visible, Indicator.ShowInLegend, Indicator.CheckedInLegend

|

See Also

Regression Lines

How to: Show a Regression Line for a Stock Chart (Runtime Sample)