MeasureUsageFormatInfoIsLargeNumberFormattingPerValue Property |
Gets or sets a value indicating whether large numbers are each formatted separately.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsLargeNumberFormattingPerValue { get; set; }Public Property IsLargeNumberFormattingPerValue As Boolean
Get
Set
public:
property bool IsLargeNumberFormattingPerValue {
bool get ();
void set (bool value);
}member IsLargeNumberFormattingPerValue : bool with get, set
Property Value
Type:
Boolean to format each number according to its own magnitude; otherwise,
to
apply the same unit to all values retrieved at a time.
See Also