Class ForecastSettings
Inheritance
System.Object
ForecastSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Wpf.dll
Syntax
public class ForecastSettings
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 |