DataPA Enterprise Dashboard Controls API Reference
Gets ans sets the middle range for this Gauge
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Range MiddleRange { get; set; } |
Visual Basic |
---|
Public Property MiddleRange As Range
Get
Set |
Visual C++ |
---|
public:
virtual property Range^ MiddleRange {
Range^ get () sealed;
void set (Range^ value) sealed;
} |
Property Value
Type:
RangeThe middle range for this Gauge
Return Value
Type:
RangeThe middle range for this Gauge
Remarks
See Also