Interface CfnDashboardPropsMixin.IThousandSeparatorOptionsProperty
The options that determine the thousands separator configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IThousandSeparatorOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IThousandSeparatorOptionsProperty
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 thousandSeparatorOptionsProperty = new ThousandSeparatorOptionsProperty {
GroupingStyle = "groupingStyle",
Symbol = "symbol",
Visibility = "visibility"
};
Synopsis
Properties
| GroupingStyle | Determines the way numbers are styled to accommodate different readability standards. |
| Symbol | Determines the thousands separator symbol. |
| Visibility | Determines the visibility of the thousands separator. |
Properties
GroupingStyle
Determines the way numbers are styled to accommodate different readability standards.
string? GroupingStyle { get; }
Property Value
Remarks
The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
Symbol
Determines the thousands separator symbol.
string? Symbol { get; }
Property Value
Remarks
Visibility
Determines the visibility of the thousands separator.
string? Visibility { get; }