DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether or not the minimum value should be 0 or adapt to the minimum value in the data.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool setAdaptiveYMin { get; set; }
Visual Basic
Public Property setAdaptiveYMin As Boolean
	Get
	Set
Visual C++
public:
virtual property bool setAdaptiveYMin {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if the minimum value should adapt to the minimum value in the data and not default to 0.

Return Value

Type: Boolean
True if the minimum value should adapt to the minimum value in the data and not default to 0.

Remarks

If the data contains positive and negative values, the minimum Y value will always be adapted to the data.

See Also