Class ForecastSettings
Inheritance
System.Object
ForecastSettings
Assembly: BoldReports.Web.dll
Syntax
public class ForecastSettings : Object
Constructors
ForecastSettings()
Declaration
public ForecastSettings()
Properties
ConfidenceInterval
Declaration
public int ConfidenceInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Length
Declaration
public int Length { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResultData
Declaration
public object ResultData { get; set; }
Property Value
Type |
Description |
System.Object |
|
Seasonality
Declaration
public int Seasonality { get; set; }
Property Value
Type |
Description |
System.Int32 |
|