ig.excel.TickLabels

Represents the tick-mark labels associated with tick marks on a chart Axis.

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.
  • alignment

    .alignment( );
    Return Type:
    ig.excel.TickLabelAlignment
    Return Type Description:
    Returns a TickLabelAlignment.

    Specifies the alignment of the tick labels

  • 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
  • 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.

  • 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
  • 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.
  • 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.

  • 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.

  • 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

  • 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
  • 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.

  • 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.

  • 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)

  • worksheet
    Inherited

    .worksheet( );
    Return Type:
    ig.excel.Worksheet
    Return Type Description:
    Returns a Worksheet.

    Gets the owning worksheet (read-only)

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.