ColumnPreferencesnumericSuffix Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the numeric suffix (text after the data value) that will be used in labels on the Y Axis.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string numericSuffix { get; set; }
Public Property numericSuffix As String
Get
Set
public:
virtual property String^ numericSuffix {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_numericSuffix();
function set_numericSuffix(value);
Property Value
Type:
StringThe numeric suffix (text after the data value) that will be used in labels on the Y Axis.
Return Value
Type:
StringThe numeric suffix (text after the data value) that will be used in labels on the Y Axis.
Remarks See Also