Interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty
The tick label options of an axis.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IAxisTickLabelOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var axisTickLabelOptionsProperty = new AxisTickLabelOptionsProperty {
LabelOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
},
RotationAngle = 123
};
Synopsis
Properties
| LabelOptions | Determines whether or not the axis ticks are visible. |
| RotationAngle | The rotation angle of the axis tick labels. |
Properties
LabelOptions
Determines whether or not the axis ticks are visible.
object? LabelOptions { get; }
Property Value
Remarks
RotationAngle
The rotation angle of the axis tick labels.
double? RotationAngle { get; }