GaugeDataShowValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the value will be displayed on the gauge
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowValue { get; set; }
Public Property ShowValue As Boolean
Get
Set
public:
virtual property bool ShowValue {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowValue();
function set_ShowValue(value);
Property Value
Type:
BooleanTrue if the value will be displayed on the gauge
Return Value
Type:
BooleanTrue if the value will be displayed on the gauge
Remarks See Also