Interface CfnDashboardPropsMixin.IDataLabelOptionsProperty
The options that determine the presentation of the data labels.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDataLabelOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDataLabelOptionsProperty
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 dataLabelOptionsProperty = new DataLabelOptionsProperty {
CategoryLabelVisibility = "categoryLabelVisibility",
DataLabelTypes = new [] { new DataLabelTypeProperty {
DataPathLabelType = new DataPathLabelTypeProperty {
FieldId = "fieldId",
FieldValue = "fieldValue",
Visibility = "visibility"
},
FieldLabelType = new FieldLabelTypeProperty {
FieldId = "fieldId",
Visibility = "visibility"
},
MaximumLabelType = new MaximumLabelTypeProperty {
Visibility = "visibility"
},
MinimumLabelType = new MinimumLabelTypeProperty {
Visibility = "visibility"
},
RangeEndsLabelType = new RangeEndsLabelTypeProperty {
Visibility = "visibility"
}
} },
LabelColor = "labelColor",
LabelContent = "labelContent",
LabelFontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
MeasureLabelVisibility = "measureLabelVisibility",
Overlap = "overlap",
Position = "position",
TotalsVisibility = "totalsVisibility",
Visibility = "visibility"
};
Synopsis
Properties
| CategoryLabelVisibility | Determines the visibility of the category field labels. |
| DataLabelTypes | The option that determines the data label type. |
| LabelColor | Determines the color of the data labels. |
| LabelContent | Determines the content of the data labels. |
| LabelFontConfiguration | Determines the font configuration of the data labels. |
| MeasureLabelVisibility | Determines the visibility of the measure field labels. |
| Overlap | Determines whether overlap is enabled or disabled for the data labels. |
| Position | Determines the position of the data labels. |
| TotalsVisibility | Determines the visibility of the total. |
| Visibility | Determines the visibility of the data labels. |
Properties
CategoryLabelVisibility
Determines the visibility of the category field labels.
string? CategoryLabelVisibility { get; }
Property Value
Remarks
DataLabelTypes
The option that determines the data label type.
object? DataLabelTypes { get; }
Property Value
Remarks
LabelColor
Determines the color of the data labels.
string? LabelColor { get; }
Property Value
Remarks
LabelContent
Determines the content of the data labels.
string? LabelContent { get; }
Property Value
Remarks
LabelFontConfiguration
Determines the font configuration of the data labels.
object? LabelFontConfiguration { get; }
Property Value
Remarks
MeasureLabelVisibility
Determines the visibility of the measure field labels.
string? MeasureLabelVisibility { get; }
Property Value
Remarks
Overlap
Determines whether overlap is enabled or disabled for the data labels.
string? Overlap { get; }
Property Value
Remarks
Position
Determines the position of the data labels.
string? Position { get; }
Property Value
Remarks
TotalsVisibility
Determines the visibility of the total.
string? TotalsVisibility { get; }
Property Value
Remarks
Visibility
Determines the visibility of the data labels.
string? Visibility { get; }