Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TrendLine Class / GetRegressionStatistics Method

In This Topic
    GetRegressionStatistics Method
    In This Topic
    Gets statistical information about the regression.
    Syntax
    'Declaration
     
    
    Public Function GetRegressionStatistics() As RegressionStatistics
    public RegressionStatistics GetRegressionStatistics()

    Return Value

    RegressionStatistics class with calculated statistincal characteristics.
    See Also