asposecells.api

Class TickLabels

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

Property Getters/Setters Summary
methodgetAlignmentType()
method
           Gets and sets the text alignment for the tick labels on the axis. The value of the property is TickLabelAlignmentType integer constant.
methodgetAutoScaleFont()
method
           True if the text in the object changes font size when the object size changes. The default value is True.
methodgetBackgroundMode()
method
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
methodgetDirectionType()
method
           Gets and sets the direction of text. The value of the property is ChartTextDirectionType integer constant.
methodgetDisplayNumberFormat()
Gets and sets the display number format of tick labels.
methodgetFont()
Returns a Font object that represents the font of the specified TickLabels object.
methodisAutomaticRotation()
method
           Indicates whether the rotation angle is automatic
methodgetNumber()
method
setNumber(value)
           Represents the format number for the TickLabels object.
methodgetNumberFormat()
method
           Represents the format string for the TickLabels object.
methodgetNumberFormatLinked()
method
           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).
methodgetOffset()
method
setOffset(value)
           Gets and sets the distance of labels from the axis.
methodgetReadingOrder()
method
           Represents text reading order. The value of the property is TextDirectionType integer constant.
methodgetRotationAngle()
method
           Represents text rotation angle in clockwise.
methodgetTextDirection()
method
           Represents text reading order. The value of the property is TextDirectionType integer constant.
methodgetTickLabelItems()
Gets each tick label item's information of axis.
 

    • Property Getters/Setters Detail

      • getFont : Font 

        Font getFont()
        
        Returns a Font object that represents the font of the specified TickLabels object.
      • getAutoScaleFont/setAutoScaleFont : boolean 

        boolean getAutoScaleFont() / setAutoScaleFont(value)
        
        True if the text in the object changes font size when the object size changes. The default value is True.
      • getBackgroundMode/setBackgroundMode : int 

        int getBackgroundMode() / setBackgroundMode(value)
        
        Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
      • getRotationAngle/setRotationAngle : int 

        int getRotationAngle() / setRotationAngle(value)
        
        Represents text rotation angle in clockwise.
        0: Not rotated.

        255: Top to Bottom.

        -90: Downward.

        90: Upward.
      • isAutomaticRotation/setAutomaticRotation : boolean 

        boolean isAutomaticRotation() / setAutomaticRotation(value)
        
        Indicates whether the rotation angle is automatic
      • getNumberFormat/setNumberFormat : String 

        String getNumberFormat() / setNumberFormat(value)
        
        Represents the format string for the TickLabels object. The formatting string is same as a custom format string setting to a cell. For example, "$0".
      • getNumber/setNumber : int 

        int getNumber() / setNumber(value)
        
        Represents the format number for the TickLabels object.
      • getNumberFormatLinked/setNumberFormatLinked : boolean 

        boolean getNumberFormatLinked() / setNumberFormatLinked(value)
        
        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).
      • getDisplayNumberFormat : String 

        String getDisplayNumberFormat()
        
        Gets and sets the display number format of tick labels.
      • getOffset/setOffset : int 

        int getOffset() / setOffset(value)
        
        Gets and sets the distance of labels from the axis. The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis label’s font size.
      • getTextDirection/setTextDirection : int 

        int getTextDirection() / setTextDirection(value)
        
        Represents text reading order. The value of the property is TextDirectionType integer constant.NOTE: This member is now obsolete. Instead, please use TickLabels.ReadingOrder property. This property will be removed 12 months later since March 2020. Aspose apologizes for any inconvenience you may have experienced.
      • getReadingOrder/setReadingOrder : int 

        int getReadingOrder() / setReadingOrder(value)
        
        Represents text reading order. The value of the property is TextDirectionType integer constant.
      • getDirectionType/setDirectionType : int 

        int getDirectionType() / setDirectionType(value)
        
        Gets and sets the direction of text. The value of the property is ChartTextDirectionType integer constant.
      • getTickLabelItems : TickLabelItem[] 

        TickLabelItem[] getTickLabelItems()
        
        Gets each tick label item's information of axis. Only available after calling Chart.calculate() method.
      • getAlignmentType/setAlignmentType : int 

        int getAlignmentType() / setAlignmentType(value)
        
        Gets and sets the text alignment for the tick labels on the axis. The value of the property is TickLabelAlignmentType integer constant.