interface AxisTickLabelOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.AxisTickLabelOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AxisTickLabelOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.AxisTickLabelOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.AxisTickLabelOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » AxisTickLabelOptionsProperty |
The tick label options of an axis.
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 axisTickLabelOptionsProperty: quicksight.CfnAnalysis.AxisTickLabelOptionsProperty = {
labelOptions: {
customLabel: 'customLabel',
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
absolute: 'absolute',
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
visibility: 'visibility',
},
rotationAngle: 123,
};
Properties
Name | Type | Description |
---|---|---|
label | IResolvable | Label | Determines whether or not the axis ticks are visible. |
rotation | number | The rotation angle of the axis tick labels. |
labelOptions?
Type:
IResolvable
|
Label
(optional)
Determines whether or not the axis ticks are visible.
rotationAngle?
Type:
number
(optional)
The rotation angle of the axis tick labels.