The following tables list the members exposed by ValueFormat.
| Name | Description | |
|---|---|---|
![]() | ValueFormat Constructor | Initializes a new instance of the ValueFormat class. |
| Name | Description | |
|---|---|---|
![]() | Decimals | The number of significant digits after the decimal point. Default: -1. |
![]() | Formatter | Formatter to be used to format the value. Default: an instance of the ValueFormatter class. |
![]() | FormatWithUnits | True value of this property means formatting with units. Default: true. |
![]() | ValueType | The type of value to be formatted. Default: BAValueType.Count. |
| Name | Description | |
|---|---|---|
![]() | FormatValue | Formats a value to the string representation applying properties of this format. |


