Value

Value element contains information that defines a value of functional type calculation conditions or grid creating conditions.

Example

List 80 Example of Value definition
1
<value caption="Discharge" valueType="real" />

Refer to Functional, for Value element definition example.

Attributes

Table 51 Attributes of Value
Name Value Required Description
caption String Yes String to be displayed on dialog
valueType Refer to table below Yes Data type
name String   Identification name (in alphanumeric characters only). It is required only when the condition has multiple values.
axis Refer to table below   Specify on which side to show Y-axis.
axislog true or false   true when you want to make the vertical axis log
axisreverse true or false   true when you want to reverse the vertical axis
span true or false   true when you want to define values at spans
step true or false   true when you want to show the chart as bar chart
hide true or false   true when you want to hide the data from chart
Table 52 valueType value
Value Meaning
integer Integer
real Real number
Table 53 axis value
Value Meaning
left Use Y-axis on left side
right Use Y-axis on right side

Child elements

No child elements can be defined.