ControlPanelObjectMinimumValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the minimum value on a ControlPanelObject with the FilterControlType of slider.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public decimal MinimumValue { get; set; }
Public Property MinimumValue As Decimal
Get
Set
public:
virtual property Decimal MinimumValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
function get_MinimumValue();
function set_MinimumValue(value);
Property Value
Type:
DecimalThe minimum value on a ControlPanelObject with the FilterControlType of slider.
Return Value
Type:
DecimalThe minimum value on a ControlPanelObject with the FilterControlType of slider.
Remarks See Also