Class CfnDashboardPropsMixin.MissingDataConfigurationProperty
The configuration options that determine how missing data is treated during the rendering of a line chart.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.MissingDataConfigurationProperty : CfnDashboardPropsMixin.IMissingDataConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.MissingDataConfigurationProperty Implements CfnDashboardPropsMixin.IMissingDataConfigurationProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var missingDataConfigurationProperty = new MissingDataConfigurationProperty {
TreatmentOption = "treatmentOption"
};
Synopsis
Constructors
| MissingDataConfigurationProperty() | The configuration options that determine how missing data is treated during the rendering of a line chart. |
Properties
| TreatmentOption | The treatment option that determines how missing data should be rendered. Choose from the following options:. |
Constructors
MissingDataConfigurationProperty()
The configuration options that determine how missing data is treated during the rendering of a line chart.
public MissingDataConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var missingDataConfigurationProperty = new MissingDataConfigurationProperty {
TreatmentOption = "treatmentOption"
};
Properties
TreatmentOption
The treatment option that determines how missing data should be rendered. Choose from the following options:.
public string? TreatmentOption { get; set; }