Skip to main content

Regression Lines

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.

RegressionLines_0

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