DashboardObjectNoZeroPlot Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that determines whether zero values are plotted on the chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool NoZeroPlot { get; set; }
Public Property NoZeroPlot As Boolean
Get
Set
public:
virtual property bool NoZeroPlot {
bool get () sealed;
void set (bool value) sealed;
}
function get_NoZeroPlot();
function set_NoZeroPlot(value);
Property Value
Type:
BooleanTrue if zero values are not plotted on the chart.
Return Value
Type:
BooleanTrue if zero values are not plotted on the chart.
Remarks See Also