ControlPanelObjectnumericPrefix Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the numeric prefix (text before the data value) that will be used in labels on the ControlPanelObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string numericPrefix { get; set; }
Public Property numericPrefix As String
Get
Set
public:
virtual property String^ numericPrefix {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_numericPrefix();
function set_numericPrefix(value);
Property Value
Type:
StringThe numeric prefix (text before the data value) that will be used in labels on the ControlPanelObject.
Return Value
Type:
StringThe numeric prefix (text before the data value) that will be used in labels on the ControlPanelObject.
Remarks See Also