Interface CfnAnalysis.MissingDataConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.MissingDataConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.MissingDataConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration options that determine how missing data is treated during the rendering of a line chart.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 MissingDataConfigurationProperty missingDataConfigurationProperty = MissingDataConfigurationProperty.builder()
         .treatmentOption("treatmentOption")
         .build();
 

See Also: