Interface CfnAnalysis.GradientStopProperty

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

@Stability(Stable) public static interface CfnAnalysis.GradientStopProperty extends software.amazon.jsii.JsiiSerializable
Determines the gradient stop configuration.

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.*;
 GradientStopProperty gradientStopProperty = GradientStopProperty.builder()
         .gradientOffset(123)
         // the properties below are optional
         .color("color")
         .dataValue(123)
         .build();
 

See Also: