Click or drag to resize
YAxissetAdaptiveYMin Property DataPA OpenAnalytics
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: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool setAdaptiveYMin { get; set; }

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