NumericFormatProvider Interface |
Namespace: DataPAEnterpriseDashboard
public interface NumericFormatProvider
The NumericFormatProvider type exposes the following members.
Name | Description | |
---|---|---|
CopyNumericFormat |
Copies the numeric format values from one object to this
|
Name | Description | |
---|---|---|
forceTrailingZeros |
Gets and sets a value that indicates whether all labels should have the number of decimal digits specified by numberDecimals, even if it requires trailing zeros.
| |
formatNumericValues |
Gets and sets a value that indicates if numeric values on the Y Axis should be formatted.
| |
numberDecimals |
Gets and sets a value that indicates the number of decimal places.
| |
NumericFormatSelectionName |
Gets the label used to identify this numeric format provider in the interface
| |
numericPrefix |
Gets and sets the numeric prefix (text before the data value).
| |
numericSuffix |
Gets and sets the numeric suffix (text after the data value).
| |
scalingUnits |
Gets and sets a string value that represents the scaling units used to represent values.
| |
scalingValues |
Gets and sets a string value that represents the scaling values used to represent values.
| |
SuppressThousandSeparator |
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
|