ig.excel.UpDownBars
Represents the bars which depict gain or loss on a stock chart.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.UpDownBars
Constructor- new $.ig.excel.UpDownBars( );
Creates a new UpDownBars instance.
-
chart
Inherited- .chart( );
- Return Type:
- ig.excel.WorksheetChart
- Return Type Description:
- Returns a WorksheetChart.
Returns the owning chart (read-only)
-
downBar
- .downBar( );
- Return Type:
- ig.excel.UpDownBar
- Return Type Description:
- Returns a UpDownBar.
Returns an UpDownBar instance which controls the appearance of the down bars for a stock chart.
-
gapWidth
- .gapWidth( );
Specifies the width of the gap between bars.
-
gapWidth
- .gapWidth( value:number );
Specifies the width of the gap between bars.
- value
- Type:number
-
owner
Inherited- .owner( );
- Return Type:
- ig.excel.ChartObject
- Return Type Description:
- The owner or null if this object is owned directly by the Chart
returns this object's owner. (read-only)
-
sheet
Inherited- .sheet( );
- Return Type:
- ig.excel.Sheet
- Return Type Description:
- Returns a Sheet.
Gets the owning sheet (read-only)
See Also
-
upBar
- .upBar( );
- Return Type:
- ig.excel.UpDownBar
- Return Type Description:
- Returns a UpDownBar.
Returns an UpDownBar instance which controls the appearance of the up bars for a stock chart.
-
workbook
Inherited- .workbook( );
- Return Type:
- ig.excel.Workbook
- Return Type Description:
- Returns a Workbook.
Gets the owning workbook (read-only)
See Also
-
worksheet
Inherited- .worksheet( );
- Return Type:
- ig.excel.Worksheet
- Return Type Description:
- Returns a Worksheet.
Gets the owning worksheet (read-only)
See Also