Dundas Gauge for ASP.NET Send comments on this topic
CalculatedValueMin Class
See Also  Members  
Dundas.Gauges.WebControl Namespace : CalculatedValueMin Class


This class represents an minimum calculated value.

Object Model




Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Dundas.Gauges.WebControl.aL, DundasWebGauge, Version=2.5.1.100, Culture=neutral, PublicKeyToken=2cc0651e6e907aa2")>
Public Class CalculatedValueMin 
   Inherits CalculatedValue
   Implements i, Q 
Visual Basic (Usage)Copy Code
Dim instance As CalculatedValueMin
C# 
[TypeConverterAttribute("Dundas.Gauges.WebControl.aL, DundasWebGauge, Version=2.5.1.100, Culture=neutral, PublicKeyToken=2cc0651e6e907aa2")]
public class CalculatedValueMin : CalculatedValue, i, Q  

Remarks

Minimum calculations have a period, which determines the range of data to be used for the calculation. The period is always measured from the present date/time, and goes back by the amount specified by the Period and PeriodType properties.

A calculated value is owned by an InputValue object, which has a InputValue.CalculatedValues collection.

Calculated values use the history of their input values as source data.

Inheritance Hierarchy

System.Object
   Dundas.Gauges.WebControl.NamedElement
      Dundas.Gauges.WebControl.ValueBase
         Dundas.Gauges.WebControl.CalculatedValue
            Dundas.Gauges.WebControl.CalculatedValueMin

Requirements

Namespace: Dundas.Gauges.WebControl

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: DundasWebGauge (in DundasWebGauge.dll)

See Also