Class sap.viz.ui5.data.MeasureDefinitionModule: sap/viz/ui5/data/MeasureDefinition
Definition of a single Measure
Since: 1.7.2.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.Element.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
format
. Format pattern for values of the measure
{any} | Value of property format |
group
. Measure group this measure belongs to. Order is significant, number should start from 1. Skip this property when use VizFrame.
Default value is 1
.
{int} | Value of property group |
identity
. Id of the measure as displayed in the chart
{string} | Value of property identity |
name
. Name of the measure as displayed in the chart
{string} | Value of property name |
range
. Value range
Default value is []
.
{any[]} | Value of property range |
value
. Value for the measure. Usually bound to some model field.
{any} | Value of property value |
format
. Format pattern for values of the measure
When called with a value of null
or undefined
, the default value of the property will be restored.
{any} | oFormat | New value for property format |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |
group
. Measure group this measure belongs to. Order is significant, number should start from 1. Skip this property when use VizFrame.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 1
.
{int} | iGroup | New value for property group |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |
identity
. Id of the measure as displayed in the chart
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sIdentity | New value for property identity |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |
name
. Name of the measure as displayed in the chart
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sName | New value for property name |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |
range
. Value range
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is []
.
{any[]} | sRange | New value for property range |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |
value
. Value for the measure. Usually bound to some model field.
When called with a value of null
or undefined
, the default value of the property will be restored.
{any} | oValue | New value for property value |
{sap.viz.ui5.data.MeasureDefinition} | Reference to this in order to allow method chaining |