Click or drag to resize
NumericFormatProvider Interface DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Interface that defines a numeric format associated with an object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public interface NumericFormatProvider

The NumericFormatProvider type exposes the following members.

Methods
  NameDescription
Public methodCopyNumericFormat
Copies the numeric format values from one object to this
Top
Properties
  NameDescription
Public propertyforceTrailingZeros
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.
Public propertyformatNumericValues
Gets and sets a value that indicates if numeric values on the Y Axis should be formatted.
Public propertynumberDecimals
Gets and sets a value that indicates the number of decimal places.
Public propertyNumericFormatSelectionName
Gets the label used to identify this numeric format provider in the interface
Public propertynumericPrefix
Gets and sets the numeric prefix (text before the data value).
Public propertynumericSuffix
Gets and sets the numeric suffix (text after the data value).
Public propertyscalingUnits
Gets and sets a string value that represents the scaling units used to represent values.
Public propertyscalingValues
Gets and sets a string value that represents the scaling values used to represent values.
Public propertySuppressThousandSeparator
Gets and sets a property that indicates if numeric values should suppress the thousand separator.
Top
See Also