Gets or sets the number of decimal digits for percentages.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public int LabelPercentageDecimalDigits { get; set; }
Property Value
Type: Int32The number of percentage decimal digits.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if a value outside the interval [0, 6] is supplied. |
Remarks
Version Information
See Also