Class sap.makit.ValueBubbleModule: sap/makit/ValueBubble
The properties of the Chart's Value Bubble.
Deprecated API:Since version 1.38. MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control will not be supported anymore from 1.38.
Since: 1.8.
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.
If the name of a setting is ambiguous (e.g. a property has the same name as an event), then the framework assumes property, aggregation, association, event in that order. To override this automatic resolution, one of the prefixes "aggregation:", "association:" or "event:" can be added to the name of the setting (such a prefixed name must be enclosed in single or double quotes).
The supported settings are:
- Properties
- showCategoryText : boolean (default: true)
- showCategoryDisplayName : boolean (default: true)
- showValueDisplayName : boolean (default: true)
- showValueOnPieChart : boolean (default: false)
- showLegendLabel : boolean (default: true)
- showNullValue : boolean (default: true)
- position : sap.makit.ValueBubblePosition (default: sap.makit.ValueBubblePosition.Top)
- style : sap.makit.ValueBubbleStyle (default: sap.makit.ValueBubbleStyle.Top)
- visible : boolean (default: true)
- Aggregations
- Associations
- Events
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 |
- Deprecated:
- Since version 1.38. MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control will not be supported anymore from 1.38.
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of informations as described in Element.extend.
{string} | sClassName | name of the class to be created |
{object} | oClassInfo? | object literal with informations about the class |
{function} | FNMetaImpl? | constructor function for the metadata object. If not given, it defaults to sap.ui.core.ElementMetadata. |
{function} | the created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
position
. The position of the Value Bubble (Pie or Donut chart only) Default value is Top
{sap.makit.ValueBubblePosition} | the value of property position |
showCategoryDisplayName
. Whether to display category's display name on the Value Bubble Default value is true
{boolean} | the value of property showCategoryDisplayName |
showCategoryText
. Whether to display category's text on the Value Bubble Default value is true
{boolean} | the value of property showCategoryText |
showLegendLabel
. Whether to display legend's label (Pie or Donut chart only) Default value is true
{boolean} | the value of property showLegendLabel |
showNullValue
. Whether to render null item on the Value Bubble Default value is true
{boolean} | the value of property showNullValue |
showValueDisplayName
. Whether to display value's display name on the Value Bubble Default value is true
{boolean} | the value of property showValueDisplayName |
showValueOnPieChart
. Whether to display value on Pie or Donut chart Default value is false
{boolean} | the value of property showValueOnPieChart |
style
. Value Bubble positioning style (All the chart types except: Pie/Donut/HBar chart) Default value is Top
{sap.makit.ValueBubbleStyle} | the value of property style |
visible
. Whether the Value Bubble is visible Default value is true
{boolean} | the value of property visible |
position
. Default value is Top
{sap.makit.ValueBubblePosition} | oPosition | new value for property position |
{sap.makit.ValueBubble} | this to allow method chaining |
showCategoryDisplayName
. Default value is true
{boolean} | bShowCategoryDisplayName | new value for property showCategoryDisplayName |
{sap.makit.ValueBubble} | this to allow method chaining |
showCategoryText
. Default value is true
{boolean} | bShowCategoryText | new value for property showCategoryText |
{sap.makit.ValueBubble} | this to allow method chaining |
showLegendLabel
. Default value is true
{boolean} | bShowLegendLabel | new value for property showLegendLabel |
{sap.makit.ValueBubble} | this to allow method chaining |
showNullValue
. Default value is true
{boolean} | bShowNullValue | new value for property showNullValue |
{sap.makit.ValueBubble} | this to allow method chaining |
showValueDisplayName
. Default value is true
{boolean} | bShowValueDisplayName | new value for property showValueDisplayName |
{sap.makit.ValueBubble} | this to allow method chaining |
showValueOnPieChart
. Default value is false
{boolean} | bShowValueOnPieChart | new value for property showValueOnPieChart |
{sap.makit.ValueBubble} | this to allow method chaining |
style
. Default value is Top
{sap.makit.ValueBubbleStyle} | oStyle | new value for property style |
{sap.makit.ValueBubble} | this to allow method chaining |
visible
. Default value is true
{boolean} | bVisible | new value for property visible |
{sap.makit.ValueBubble} | this to allow method chaining |