Interface Format.IMetricViewNumericFormat
- Assembly
- SemanticBridge.dll
public interface Format.IMetricViewNumericFormat
- Extension Methods
Properties
DecimalPlaces
Decimal places configuration
Format.DecimalPlaceSpec? DecimalPlaces { get; set; }
Property Value
| Type | Description |
|---|---|
| Format.DecimalPlaceSpec? |
HideGroupSeparator
Whether to hide the group separator (e.g., commas in 1,000)
bool? HideGroupSeparator { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |