Class sap.m.P13nDimMeasureItemModule: sap/m/P13nDimMeasureItem
Type for columnsItems
aggregation in P13nDimMeasurePanel control.
Since: 1.34.0.
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:
In addition, all settings applicable to the base type sap.ui.core.Item 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.Item.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 |
columnKey
. Specifies the unique chart column key. In this context a column refers to dimensions or measures of a chart.
- Since:
- 1.34.0
{string} | Value of property columnKey |
index
. Specifies the order of visible dimensions or measures of a chart.
Default value is -1
.
- Since:
- 1.34.0
{int} | Value of property index |
role
. Specifies the role of dimensions or measures. The role determines how dimensions and measures influence the chart.
- Since:
- 1.34.0
{string} | Value of property role |
visible
. Specifies the visibility of dimensions or measures.
- Since:
- 1.34.0
{boolean} | Value of property visible |
columnKey
. Specifies the unique chart column key. In this context a column refers to dimensions or measures of a chart.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sColumnKey | New value for property columnKey |
- Since:
- 1.34.0
{sap.m.P13nDimMeasureItem} | Reference to this in order to allow method chaining |
index
. Specifies the order of visible dimensions or measures of a chart.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is -1
.
{int} | iIndex | New value for property index |
- Since:
- 1.34.0
{sap.m.P13nDimMeasureItem} | Reference to this in order to allow method chaining |
role
. Specifies the role of dimensions or measures. The role determines how dimensions and measures influence the chart.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sRole | New value for property role |
- Since:
- 1.34.0
{sap.m.P13nDimMeasureItem} | Reference to this in order to allow method chaining |
visible
. Specifies the visibility of dimensions or measures.
When called with a value of null
or undefined
, the default value of the property will be restored.
{boolean} | bVisible | New value for property visible |
- Since:
- 1.34.0
{sap.m.P13nDimMeasureItem} | Reference to this in order to allow method chaining |