java.lang.Object
com.aspose.cells.TickLabelItem
public class TickLabelItem
| Property Getters/Setters Summary | ||
|---|---|---|
double | getHeight() | |
| Height of Ticklabel item in ratio of chart height. | ||
double | getWidth() | |
| Width of Ticklabel item in ratio of chart width. | ||
double | getX() | |
| X coordinates of Ticklabel item in ratio of chart width. | ||
double | getY() | |
| Y coordinates of Ticklabel item in ratio of chart height. | ||
| Property Getters/Setters Detail |
|---|
getX | |
public double getX() | |
getY | |
public double getY() | |
getWidth | |
public double getWidth() | |
getHeight | |
public double getHeight() | |