interface TableInlineVisualizationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.TableInlineVisualizationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_TableInlineVisualizationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.TableInlineVisualizationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.TableInlineVisualizationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » TableInlineVisualizationProperty |
The inline visualization of a specific type to display within a chart.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const tableInlineVisualizationProperty: quicksight_mixins.CfnAnalysisPropsMixin.TableInlineVisualizationProperty = {
dataBars: {
fieldId: 'fieldId',
negativeColor: 'negativeColor',
positiveColor: 'positiveColor',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| data | IResolvable | Data | The configuration of the inline visualization of the data bars within a chart. |
dataBars?
Type:
IResolvable | Data
(optional)
The configuration of the inline visualization of the data bars within a chart.

.NET
Go
Java
Python
TypeScript