DashboardObjectAllowNoZeroPlot Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if it is possible to specify that zero values are not plotted.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllowNoZeroPlot { get; }
Public ReadOnly Property AllowNoZeroPlot As Boolean
Get
public:
virtual property bool AllowNoZeroPlot {
bool get () sealed;
}
function get_AllowNoZeroPlot();
Return Value
Type:
BooleanTrue if it is possible to specify that zero values are not plotted.
Remarks See Also