Class sap.makit.ValueBubbleModule: sap/makit/ValueBubble

extends Element

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.
Constructor Summary
new sap.makit.ValueBubble(sId?, mSettings?)Constructor for a new ValueBubble.
Method Summary
sap.makit.ValueBubble.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.makit.ValueBubble with name sClassName and enriches it with the information contained in oClassInfo.
sap.makit.ValueBubble.getMetadata()Returns a metadata object for class sap.makit.ValueBubble.
getPosition()Getter for property position.
getShowCategoryDisplayName()Getter for property showCategoryDisplayName.
getShowCategoryText()Getter for property showCategoryText.
getShowLegendLabel()Getter for property showLegendLabel.
getShowNullValue()Getter for property showNullValue.
getShowValueDisplayName()Getter for property showValueDisplayName.
getShowValueOnPieChart()Getter for property showValueOnPieChart.
getStyle()Getter for property style.
getVisible()Getter for property visible.
setPosition(oPosition)Setter for property position.
setShowCategoryDisplayName(bShowCategoryDisplayName)Setter for property showCategoryDisplayName.
setShowCategoryText(bShowCategoryText)Setter for property showCategoryText.
setShowLegendLabel(bShowLegendLabel)Setter for property showLegendLabel.
setShowNullValue(bShowNullValue)Setter for property showNullValue.
setShowValueDisplayName(bShowValueDisplayName)Setter for property showValueDisplayName.
setShowValueOnPieChart(bShowValueOnPieChart)Setter for property showValueOnPieChart.
setStyle(oStyle)Setter for property style.
setVisible(bVisible)Setter for property visible.
Constructor Detail
new sap.makit.ValueBubble(sId?, mSettings?)
Constructor for a new ValueBubble.

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:

In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.

Parameters:
{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.
Method Detail
sap.makit.ValueBubble.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.makit.ValueBubble with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of informations as described in Element.extend.

Parameters:
{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.
Returns:
{function} the created class / constructor function
sap.makit.ValueBubble.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.makit.ValueBubble.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
Getter for property position. The position of the Value Bubble (Pie or Donut chart only)

Default value is Top

Returns:
{sap.makit.ValueBubblePosition} the value of property position
getShowCategoryDisplayName(): boolean
Getter for property showCategoryDisplayName. Whether to display category's display name on the Value Bubble

Default value is true

Returns:
{boolean} the value of property showCategoryDisplayName
getShowCategoryText(): boolean
Getter for property showCategoryText. Whether to display category's text on the Value Bubble

Default value is true

Returns:
{boolean} the value of property showCategoryText
getShowLegendLabel(): boolean
Getter for property showLegendLabel. Whether to display legend's label (Pie or Donut chart only)

Default value is true

Returns:
{boolean} the value of property showLegendLabel
getShowNullValue(): boolean
Getter for property showNullValue. Whether to render null item on the Value Bubble

Default value is true

Returns:
{boolean} the value of property showNullValue
getShowValueDisplayName(): boolean
Getter for property showValueDisplayName. Whether to display value's display name on the Value Bubble

Default value is true

Returns:
{boolean} the value of property showValueDisplayName
getShowValueOnPieChart(): boolean
Getter for property showValueOnPieChart. Whether to display value on Pie or Donut chart

Default value is false

Returns:
{boolean} the value of property showValueOnPieChart
Getter for property style. Value Bubble positioning style (All the chart types except: Pie/Donut/HBar chart)

Default value is Top

Returns:
{sap.makit.ValueBubbleStyle} the value of property style
getVisible(): boolean
Getter for property visible. Whether the Value Bubble is visible

Default value is true

Returns:
{boolean} the value of property visible
setPosition(oPosition): sap.makit.ValueBubble
Setter for property position.

Default value is Top

Parameters:
{sap.makit.ValueBubblePosition}oPosition new value for property position
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowCategoryDisplayName(bShowCategoryDisplayName): sap.makit.ValueBubble
Setter for property showCategoryDisplayName.

Default value is true

Parameters:
{boolean}bShowCategoryDisplayName new value for property showCategoryDisplayName
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowCategoryText(bShowCategoryText): sap.makit.ValueBubble
Setter for property showCategoryText.

Default value is true

Parameters:
{boolean}bShowCategoryText new value for property showCategoryText
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowLegendLabel(bShowLegendLabel): sap.makit.ValueBubble
Setter for property showLegendLabel.

Default value is true

Parameters:
{boolean}bShowLegendLabel new value for property showLegendLabel
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowNullValue(bShowNullValue): sap.makit.ValueBubble
Setter for property showNullValue.

Default value is true

Parameters:
{boolean}bShowNullValue new value for property showNullValue
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowValueDisplayName(bShowValueDisplayName): sap.makit.ValueBubble
Setter for property showValueDisplayName.

Default value is true

Parameters:
{boolean}bShowValueDisplayName new value for property showValueDisplayName
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setShowValueOnPieChart(bShowValueOnPieChart): sap.makit.ValueBubble
Setter for property showValueOnPieChart.

Default value is false

Parameters:
{boolean}bShowValueOnPieChart new value for property showValueOnPieChart
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setStyle(oStyle): sap.makit.ValueBubble
Setter for property style.

Default value is Top

Parameters:
{sap.makit.ValueBubbleStyle}oStyle new value for property style
Returns:
{sap.makit.ValueBubble}this to allow method chaining
setVisible(bVisible): sap.makit.ValueBubble
Setter for property visible.

Default value is true

Parameters:
{boolean}bVisible new value for property visible
Returns:
{sap.makit.ValueBubble}this to allow method chaining