Class CfnDashboard.ForecastScenarioProperty
The forecast scenario of a forecast in the line chart.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ForecastScenarioProperty : Object, CfnDashboard.IForecastScenarioProperty
Syntax (vb)
Public Class ForecastScenarioProperty
Inherits Object
Implements CfnDashboard.IForecastScenarioProperty
Remarks
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 forecastScenarioProperty = new ForecastScenarioProperty {
WhatIfPointScenario = new WhatIfPointScenarioProperty {
Date = "date",
Value = 123
},
WhatIfRangeScenario = new WhatIfRangeScenarioProperty {
EndDate = "endDate",
StartDate = "startDate",
Value = 123
}
};
Synopsis
Constructors
Forecast |
Properties
What |
The what-if analysis forecast setup with the target date. |
What |
The what-if analysis forecast setup with the date range. |
Constructors
ForecastScenarioProperty()
public ForecastScenarioProperty()
Properties
WhatIfPointScenario
The what-if analysis forecast setup with the target date.
public object WhatIfPointScenario { get; set; }
Property Value
System.
Remarks
WhatIfRangeScenario
The what-if analysis forecast setup with the date range.
public object WhatIfRangeScenario { get; set; }
Property Value
System.