interface GradientStopProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.GradientStopProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_GradientStopProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.GradientStopProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.GradientStopProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » GradientStopProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const gradientStopProperty: quicksight.CfnDashboard.GradientStopProperty = {
gradientOffset: 123,
// the properties below are optional
color: 'color',
dataValue: 123,
};
Properties
Name | Type | Description |
---|---|---|
gradient | number | Determines gradient offset value. |
color? | string | Determines the color. |
data | number | Determines the data value. |
gradientOffset
Type:
number
Determines gradient offset value.
color?
Type:
string
(optional)
Determines the color.
dataValue?
Type:
number
(optional)
Determines the data value.