Interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty
The label options for an axis on a chart.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IChartAxisLabelOptionsProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var chartAxisLabelOptionsProperty = new ChartAxisLabelOptionsProperty {
AxisLabelOptions = new [] { new AxisLabelOptionsProperty {
ApplyTo = new AxisLabelReferenceOptionsProperty {
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
FieldId = "fieldId"
},
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"
}
}
} },
SortIconVisibility = "sortIconVisibility",
Visibility = "visibility"
};
Synopsis
Properties
| AxisLabelOptions | The label options for a chart axis. |
| SortIconVisibility | The visibility configuration of the sort icon on a chart's axis label. |
| Visibility | The visibility of an axis label on a chart. Choose one of the following options:. |
Properties
AxisLabelOptions
The label options for a chart axis.
object? AxisLabelOptions { get; }
Property Value
Remarks
SortIconVisibility
The visibility configuration of the sort icon on a chart's axis label.
string? SortIconVisibility { get; }
Property Value
Remarks
Visibility
The visibility of an axis label on a chart. Choose one of the following options:.
string? Visibility { get; }