DataPA Enterprise Dashboard Controls API Reference
Gets and sets a RangeValue object that represents the minimum value for this range

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

Syntax

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

Property Value

Type: RangeValue
A RangeValue object that represents the minimum value for this range

Return Value

Type: RangeValue
A RangeValue object that represents the minimum value for this range

Remarks