YAxissetAdaptiveYMin Property |
|
DataPA OpenAnalytics 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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool setAdaptiveYMin { get; set; }
Public Property setAdaptiveYMin As Boolean
Get
Set
public:
virtual property bool setAdaptiveYMin {
bool get () sealed;
void set (bool value) sealed;
}
function get_setAdaptiveYMin();
function set_setAdaptiveYMin(value);
Property Value
Type:
BooleanTrue if the minimum value should adapt to the minimum value in the data and not default to 0.
Return Value
Type:
BooleanTrue 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