YAxisminValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that defines the minimum value for the Y Axis if useMinMaxValues is true
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal minValue { get; set; }
Public Property minValue As Decimal
Get
Set
public:
virtual property Decimal minValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
function get_minValue();
function set_minValue(value);
Property Value
Type:
DecimalThe minimum value for the Y Axis if useMinMaxValues is true
Return Value
Type:
DecimalThe minimum value for the Y Axis if useMinMaxValues is true
Remarks See Also