asposecells.api

Class TickLabelItem

Represents a tick label in the chart.

Property Getters/Setters Summary
methodgetHeight()
Height of Ticklabel item in ratio of chart height.
methodgetWidth()
Width of Ticklabel item in ratio of chart width.
methodgetX()
X coordinates of Ticklabel item in ratio of chart width.
methodgetY()
Y coordinates of Ticklabel item in ratio of chart height.
 

    • Property Getters/Setters Detail

      • getX : float 

        float getX()
        
        X coordinates of Ticklabel item in ratio of chart width.
      • getY : float 

        float getY()
        
        Y coordinates of Ticklabel item in ratio of chart height.
      • getWidth : float 

        float getWidth()
        
        Width of Ticklabel item in ratio of chart width.
      • getHeight : float 

        float getHeight()
        
        Height of Ticklabel item in ratio of chart height.