DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
False if leading zero values are plotted on the chart.
False if leading zero values are plotted on the chart.
Gets and sets a property that indicates if leading zero values are plotted on the chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool NoLeadingZeroPlot { get; set; } |
Visual Basic |
---|
Public Property NoLeadingZeroPlot As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool NoLeadingZeroPlot { bool get () sealed; void set (bool value) sealed; } |
Property Value
Type: BooleanFalse if leading zero values are plotted on the chart.
Return Value
Type: BooleanFalse if leading zero values are plotted on the chart.
Remarks
Will always return false if NoZeroPlot is true.