DataPA Enterprise Dashboard Controls 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

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: 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