Click or drag to resize
DashboardObjectNoLeadingZeroPlot Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if leading zero values are plotted on the chart.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool NoLeadingZeroPlot { get; set; }

Property Value

Type: Boolean
False if leading zero values are plotted on the chart.

Return Value

Type: Boolean
False if leading zero values are plotted on the chart.
Remarks
Will always return false if NoZeroPlot is true.
See Also