ig.excel.CellDataBarInfo
Dependencies
-
axisColor
- .axisColor( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Gets the color to use to draw the axis line or null if no axis line is to be drawn (read-only).
-
axisPosition
- .axisPosition( );
- Return Type:
- number
- Return Type Description:
- a percentage from 0 to 100
Specifies the position, as a percentage of the cell width, where the axis ahould be rendered (read-only)
Remarks
Note: if CellDataBarInfo.axisColor returns null then this property can be ignored. -
barBorder
- .barBorder( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Gets the color to use to draw the border around the data bar or null if no border is to be drawn (read-only).
-
barColor
- .barColor( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Gets the color to use to draw the data bar (read-only).
-
barFillType
- .barFillType( );
- Return Type:
- ig.excel.DataBarFillType
- Return Type Description:
- Returns a DataBarFillType.
Specifies whether the data bar should be filled with a sold color or a gradient (read-only).
-
barPositionFrom
- .barPositionFrom( );
Species the position, as a percentage of the cell width, where the data bar should begin (read-only).
-
barPositionTo
- .barPositionTo( );
Species the position, as a percentage of the cell width, where the data bar should end (read-only).
-
direction
- .direction( );
- Return Type:
- ig.excel.DataBarDirection
- Return Type Description:
- Returns a DataBarDirection.
Specifies the direction of the bata bar (read-only).
-
isNegative
- .isNegative( );
Returns true if the cell value is negative (read-only).
-
showValue
- .showValue( );
Returns whether the cell value is to be shown along with the data bar (read-only).