Skip to main content

XtraChartsIndicatorCollectionExtensions.AddRegressionLine(IndicatorCollection, Action<RegressionLine>) Method

Adds a new regression line configured using the specified method to the specified indicators collection of a series.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void AddRegressionLine(
    this IndicatorCollection collection,
    Action<RegressionLine> indicatorAction
)

Parameters

Name Type Description
collection IndicatorCollection

A collection of indicators to which a new indicator will be added.

indicatorAction Action<RegressionLine>

A delegate method configuring a RegressionLine object.

Remarks

Note

This method is an extension method.

See Also