Back to Devexpress

Regression Lines

windowsforms-6307-controls-and-libraries-chart-control-visual-elements-regression-lines.md

latest2.4 KB
Original Source

Regression Lines

  • Apr 01, 2018

A Regression Line is a line representing a linear regression analysis, available for series view types that support XY-Diagram (inherit XYDiagram3DSeriesViewBase class).

Along with other indicators, Regression Lines reside in the XYDiagram2DSeriesViewBase.Indicators collection of a series. A series may have any number of Regression Lines. For more information, refer to 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

|

ChartControl.IndicatorsPaletteName, Indicator.Color and Indicator.LineStyle

| |

Visibility and Legend Availability

|

Indicator.Visible, Indicator.ShowInLegend, and Indicator.CheckedInLegend

|

See Also

Regression Lines

How to: Show a Regression Line for a Stock Chart