Class CfnAnalysis.TimeBasedForecastPropertiesProperty
The forecast properties setup of a forecast in the line chart.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class TimeBasedForecastPropertiesProperty : Object, CfnAnalysis.ITimeBasedForecastPropertiesPropertySyntax (vb)
Public Class TimeBasedForecastPropertiesProperty
    Inherits Object
    Implements CfnAnalysis.ITimeBasedForecastPropertiesPropertyRemarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var timeBasedForecastPropertiesProperty = new TimeBasedForecastPropertiesProperty {
    LowerBoundary = 123,
    PeriodsBackward = 123,
    PeriodsForward = 123,
    PredictionInterval = 123,
    Seasonality = 123,
    UpperBoundary = 123
};Synopsis
Constructors
| TimeBasedForecastPropertiesProperty() | 
Properties
| LowerBoundary | The lower boundary setup of a forecast computation. | 
| PeriodsBackward | The periods backward setup of a forecast computation. | 
| PeriodsForward | The periods forward setup of a forecast computation. | 
| PredictionInterval | The prediction interval setup of a forecast computation. | 
| Seasonality | The seasonality setup of a forecast computation. Choose one of the following options:. | 
| UpperBoundary | The upper boundary setup of a forecast computation. | 
Constructors
TimeBasedForecastPropertiesProperty()
public TimeBasedForecastPropertiesProperty()Properties
LowerBoundary
The lower boundary setup of a forecast computation.
public Nullable<double> LowerBoundary { get; set; }Property Value
System.Nullable<System.Double>
Remarks
PeriodsBackward
The periods backward setup of a forecast computation.
public Nullable<double> PeriodsBackward { get; set; }Property Value
System.Nullable<System.Double>
Remarks
PeriodsForward
The periods forward setup of a forecast computation.
public Nullable<double> PeriodsForward { get; set; }Property Value
System.Nullable<System.Double>
Remarks
PredictionInterval
The prediction interval setup of a forecast computation.
public Nullable<double> PredictionInterval { get; set; }Property Value
System.Nullable<System.Double>
Remarks
Seasonality
The seasonality setup of a forecast computation. Choose one of the following options:.
public Nullable<double> Seasonality { get; set; }Property Value
System.Nullable<System.Double>
Remarks
UpperBoundary
The upper boundary setup of a forecast computation.
public Nullable<double> UpperBoundary { get; set; }Property Value
System.Nullable<System.Double>