DashboardObjectNumericFormats Property |
|
DataPA OpenAnalytics API Reference
Gets a dictionary containg the numeric format providers for this chart
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Dictionary<string, NumericFormatProvider> NumericFormats { get; }
Public ReadOnly Property NumericFormats As Dictionary(Of String, NumericFormatProvider)
Get
public:
virtual property Dictionary<String^, NumericFormatProvider^>^ NumericFormats {
Dictionary<String^, NumericFormatProvider^>^ get () sealed;
}
function get_NumericFormats();
Return Value
Type:
DictionaryString,
NumericFormatProviderA dictionary containg the numeric format providers for this chart
See Also