Getter for property <code>width</code>. The width of the Chart. Default value is <code>100%</code>
Syntax
getWidth() → {sap.ui.core.CSSSize}
Returns
the value of property <code>width</code> Type:
sap.ui.core.CSSSize
Source
makit/Chart.API.js, line 180 on page 210.
refreshData() method
Re-retrieve data from the datasource and re-render chart.
Syntax refreshData() → {void} Returns Type: void Source
makit/Chart.API.js, line 212 on page 211.
setCategorySortOrder( oCategorySortOrder ) method
Setter for property <code>categorySortOrder</code>. Default value is <code>None</code>
Syntax
setCategorySortOrder( oCategorySortOrder ) → {sap.apb.makit.Chart}
Parameters
oCategorySortOrder sap.apb.makit.SortOrder on page 110
new value for property <code>categorySortOrder</ code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 127 on page 209.
setDataSource( sDataSource ) method
Setter for property <code>dataSource</code>. Default value is empty/<code>undefined</ code>
Syntax
setDataSource( sDataSource ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
sDataSource string new value for property <code>dataSource</code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 132 on page 209.
setHeight( sHeight ) method
Setter for property <code>height</code>. Default value is <code>100%</code>
Syntax
setHeight( sHeight ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
sHeight sap.ui.core.CSSSize new value for property <code>height</code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 137 on page 209.
setLegendPosition( oLegendPosition ) method
Setter for property <code>legendPosition</code>. Default value is <code>None</code>
Syntax
setLegendPosition( oLegendPosition ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
oLegendPosition sap.apb.makit.LegendPosition
on page 109
new value for property <code>legendPosition</code> Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 142 on page 209.
setLineThickness( fLineThickness ) method
Setter for property <code>lineThickness</code>. Default value is <code>1</code>
Syntax
Parameters
Name Type Description
fLineThickness float new value for property <code>lineThickness</code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 147 on page 209.
setMaxSliceCount( iMaxSliceCount ) method
Setter for property <code>maxSliceCount</code>. Default value is <code>12</code>
Syntax
setMaxSliceCount( iMaxSliceCount ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
iMaxSliceCount int new value for property <code>maxSliceCount</code> Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 152 on page 209.
setMetadataFile( sMetadataFile ) method
Setter for property <code>metadataFile</code>. Default value is empty/<code>undefined</ code>
Syntax
setMetadataFile( sMetadataFile ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
sMetadataFile sap.ui.core.URI new value for property <code>metadataFile</code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 157 on page 210.
setShowRangeSelector( bShowRangeSelector ) method
Setter for property <code>showRangeSelector</code>. Default value is <code>true</code>
Syntax
setShowRangeSelector( bShowRangeSelector ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
bShowRangeSelector boolean new value for property <code>showRangeSelector</ code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
setShowTableValue( bShowTableValue ) method
Setter for property <code>showTableValue</code>. Default value is <code>true</code>
Syntax
setShowTableValue( bShowTableValue ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
bShowTableValue boolean new value for property <code>showTableValue</ code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 172 on page 210.
setShowTableView( bShowTableView ) method
Setter for property <code>showTableView</code>. Default value is <code>false</code>
Syntax
setShowTableView( bShowTableView ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
bShowTableView boolean new value for property <code>showTableView</ code>
Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 167 on page 210.
setShowToolbar( bShowToolbar ) method
Setter for property <code>showToolbar</code>. Default value is <code>true</code>
Syntax
setShowToolbar( bShowToolbar ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
bShowToolbar boolean new value for property <code>showToolbar</code> Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 177 on page 210.
setType( oType ) method
Setter for property <code>type</code>. Default value is <code>Column</code>
Syntax
setType( oType ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
oType sap.apb.makit.ChartType on page 103
new value for property <code>type</code> Returns
<code>this</code> to allow method chaining Type:
Source
makit/Chart.API.js, line 122 on page 208.
setWidth( sWidth ) method
Setter for property <code>width</code>. Default value is <code>100%</code>
Syntax
setWidth( sWidth ) → {sap.apb.makit.Chart}
Parameters
Name Type Description
sWidth sap.ui.core.CSSSize new value for property <code>width</code> Returns
<code>this</code> to allow method chaining Type:
sap.apb.makit.Chart on page 79
Source
makit/Chart.API.js, line 182 on page 210.
doubletap( oControlEvent, oControlEvent.getSource,
oControlEvent.getParameters ) event
Double tap event on chart.
Parameters
Name Type Description
oControlEvent sap.ui.base.Event
oControlEvent.getSource sap.ui.base.EventProvider
oControlEvent.getParameters object Source
makit/Chart.API.js, line 185 on page 210.
tap( oControlEvent, oControlEvent.getSource,
oControlEvent.getParameters ) event
Single tap event on the chart.
Parameters
Name Type Description
oControlEvent sap.ui.base.Event
oControlEvent.getSource sap.ui.base.EventProvider
oControlEvent.getParameters object Source
makit/Chart.API.js, line 194 on page 211.
sap.apb.makit.ChartType class
Enumeration for chart type Version: 1.0 Syntax new ChartType() Since 1.0 Source
makit/ChartType.ENUM.js, line 17 on page 226.
Bar member
Horizontal table bar chart
Syntax
<static> Bar
Source