ig.excel.TickLabels
Dependencies
-
alignment
- .alignment( );
- Return Type:
- ig.excel.TickLabelAlignment
- Return Type Description:
- Returns a TickLabelAlignment.
Specifies the alignment of the tick labels
See Also
-
alignment
- .alignment( value:ig.excel.TickLabelAlignment );
- Return Type:
- ig.excel.TickLabelAlignment
- Return Type Description:
- Returns a TickLabelAlignment.
Specifies the alignment of the tick labels
- value
- Type:ig.excel.TickLabelAlignment
See Also
-
chart
Inherited- .chart( );
- Return Type:
- ig.excel.WorksheetChart
- Return Type Description:
- Returns a WorksheetChart.
Returns the owning chart (read-only)
-
fill
- .fill( );
- Return Type:
- ig.excel.ChartFillBase
- Return Type Description:
- Returns a ChartFillBase.
Returns a ChartFillBase derived object which defines the fill applied to the background of tick labels.
See Also
-
fill
- .fill( value:ig.excel.ChartFillBase );
- Return Type:
- ig.excel.ChartFillBase
- Return Type Description:
- Returns a ChartFillBase.
Sets a ChartFillBase derived object which defines the fill applied to the background of tick labels.
- value
- Type:ig.excel.ChartFillBase
See Also
-
font
- .font( );
- Return Type:
- ig.excel.IWorkbookFont
- Return Type Description:
- Returns a IWorkbookFont.
Specifies which font to use. Read-only.
Remarks
Note: this property will return null until the TickLabels is set on the Axis.TickLabels property. See Also
-
multiLevel
- .multiLevel( );
Specifies whether an axis is multilevel or not.
-
multiLevel
- .multiLevel( value:boolean );
Specifies whether an axis is multilevel or not.
- value
- Type:boolean
-
numberFormat
- .numberFormat( );
Returns the format to use for numbers.
Remarks
Note that in some cases it may be necessary to set TickLabels.numberFormatLinked to false in order to see the format applied. If the tick labels are not displaying the format you specified, try setting NumberFormatLinked to false.
-
numberFormat
- .numberFormat( value:string );
Sets the format to use for numbers.
- value
- Type:string
Remarks
Note that in some cases it may be necessary to set TickLabels.numberFormatLinked to false in order to see the format applied. If the tick labels are not displaying the format you specified, try setting NumberFormatLinked to false.
-
numberFormatLinked
- .numberFormatLinked( );
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
Remarks
Note that in some cases it may be necessary to set this property to false in order to see the TickLabels.numberFormat applied. If the tick labels are not displaying the format you specified, try setting this property to false.
See Also
-
numberFormatLinked
- .numberFormatLinked( value:boolean );
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
- value
- Type:boolean
Remarks
Note that in some cases it may be necessary to set this property to false in order to see the TickLabels.numberFormat applied. If the tick labels are not displaying the format you specified, try setting this property to false.
See Also
-
offset
- .offset( );
Returns a Long value that represents the distance between the levels of labels, and the distance between the first level and the axis line.
-
offset
- .offset( value:number );
Sets a Long value that represents the distance between the levels of labels, and the distance between the first level and the axis line.
- 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)
-
readingOrder
- .readingOrder( );
- Return Type:
- ig.excel.ReadingOrder
- Return Type Description:
- Returns a ReadingOrder.
Determines the reading order
See Also
-
readingOrder
- .readingOrder( value:ig.excel.ReadingOrder );
- Return Type:
- ig.excel.ReadingOrder
- Return Type Description:
- Returns a ReadingOrder.
Determines the reading order
- value
- Type:ig.excel.ReadingOrder
See Also
-
rotation
- .rotation( );
Determines the rotation of the text area, expressed in degrees.
Remarks
The Rotation property is only applicable when TickLabels.textDirection is set to Horizontal.
See Also
-
rotation
- .rotation( value:number );
Determines the rotation of the text area, expressed in degrees.
- value
- Type:number
Remarks
The Rotation property is only applicable when TickLabels.textDirection is set to Horizontal.
See Also
-
sheet
Inherited- .sheet( );
- Return Type:
- ig.excel.Sheet
- Return Type Description:
- Returns a Sheet.
Gets the owning sheet (read-only)
See Also
-
textDirection
- .textDirection( );
- Return Type:
- ig.excel.TextDirection
- Return Type Description:
- Returns a TextDirection.
Determines the orientation and direction in which text flows.
Remarks
Note that the TickLabels.rotation property is only applicable when this property is set to Horizontal.
-
textDirection
- .textDirection( value:ig.excel.TextDirection );
- Return Type:
- ig.excel.TextDirection
- Return Type Description:
- Returns a TextDirection.
Determines the orientation and direction in which text flows.
- value
- Type:ig.excel.TextDirection
Remarks
Note that the TickLabels.rotation property is only applicable when this property is set to Horizontal.
-
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