Interface CfnTemplatePropsMixin.IForecastConfigurationProperty
The forecast configuration that is used in a line chart's display properties.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IForecastConfigurationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IForecastConfigurationProperty
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.CfnPropertyMixins.AWS.QuickSight;
var forecastConfigurationProperty = new ForecastConfigurationProperty {
ForecastProperties = new TimeBasedForecastPropertiesProperty {
LowerBoundary = 123,
PeriodsBackward = 123,
PeriodsForward = 123,
PredictionInterval = 123,
Seasonality = 123,
UpperBoundary = 123
},
Scenario = new ForecastScenarioProperty {
WhatIfPointScenario = new WhatIfPointScenarioProperty {
Date = "date",
Value = 123
},
WhatIfRangeScenario = new WhatIfRangeScenarioProperty {
EndDate = "endDate",
StartDate = "startDate",
Value = 123
}
}
};
Synopsis
Properties
| ForecastProperties | The forecast properties setup of a forecast in the line chart. |
| Scenario | The forecast scenario of a forecast in the line chart. |
Properties
ForecastProperties
The forecast properties setup of a forecast in the line chart.
object? ForecastProperties { get; }
Property Value
Remarks
Scenario
The forecast scenario of a forecast in the line chart.
object? Scenario { get; }