ichartaxis-ag凯发旗舰厅



com.spire.xls.core
interface ichartaxis

all known subinterfaces:
ichartcategoryaxis, ichartseriesaxis, ichartvalueaxis
all known implementing classes:
chartcategoryaxis, chartseriesaxis, chartvalueaxis, xlschartaxis, xlschartcategoryaxis, xlschartseriesaxis, xlschartvalueaxis

public interface ichartaxis

method summary
 axistextdirectiontype getalignment()
          represents alignment for the tick label.
 axistype getaxistype()
          returns type of the axis.
 chartborder getborder()
          represents chart border.
 iformat3d getchart3doptions()
          gets the three_ d.
 ifont getfont()
          returns font used for axis text displaying.
 ichartgridline getmajorgridlines()
          represents major gridlines.
 tickmarktype getmajortickmark()
          represents major tick marks.
 ichartgridline getminorgridlines()
          represents minor gridlines.
 tickmarktype getminortickmark()
          represents minor tick marks.
 java.lang.string getnumberformat()
          gets or sets number format string.
 chartshadow getshadow()
          returns the shadow properties.read-only
 int gettextrotationangle()
          text rotation angle.
 ticklabelpositiontype getticklabelposition()
          represents tick label position.
 java.lang.string gettitle()
          axis title.
 icharttextarea gettitlearea()
          returns text area for the axis title.
 boolean getvisible()
          indicates is axis is visible.
 boolean hasmajorgridlines()
          gets or sets if axis has major gridlines.
 void hasmajorgridlines(boolean value)
          gets or sets if axis has major gridlines.
 boolean hasminorgridlines()
          gets or sets if axis has minor gridlines.
 void hasminorgridlines(boolean value)
          gets or sets if axis has minor gridlines.
 void setalignment(axistextdirectiontype value)
          represents alignment for the tick label.
 void setmajortickmark(tickmarktype value)
          represents minor tick marks.
 void setminortickmark(tickmarktype value)
          represents minor tick marks.
 void setnumberformat(java.lang.string value)
          gets or sets number format string.
 void settextrotationangle(int value)
          text rotation angle.
 void setticklabelposition(ticklabelpositiontype value)
          represents tick label position.
 void settitle(java.lang.string value)
          axis title.
 void setvisible(boolean value)
          indicates is axis is visible.
 
method detail

getnumberformat

java.lang.string getnumberformat()
gets or sets number format string.

setnumberformat

void setnumberformat(java.lang.string value)
gets or sets number format string.

getaxistype

axistype getaxistype()
returns type of the axis. read-only.

gettitle

java.lang.string gettitle()
axis title.

settitle

void settitle(java.lang.string value)
axis title.

gettextrotationangle

int gettextrotationangle()
text rotation angle. should be integer value between -90 and 90.

settextrotationangle

void settextrotationangle(int value)
text rotation angle. should be integer value between -90 and 90.

gettitlearea

icharttextarea gettitlearea()
returns text area for the axis title. read-only.

getfont

ifont getfont()
returns font used for axis text displaying. read-only.

getmajorgridlines

ichartgridline getmajorgridlines()
represents major gridlines. read-only.

getminorgridlines

ichartgridline getminorgridlines()
represents minor gridlines. read-only.

hasminorgridlines

boolean hasminorgridlines()
gets or sets if axis has minor gridlines.

hasminorgridlines

void hasminorgridlines(boolean value)
gets or sets if axis has minor gridlines.

hasmajorgridlines

boolean hasmajorgridlines()
gets or sets if axis has major gridlines.

hasmajorgridlines

void hasmajorgridlines(boolean value)
gets or sets if axis has major gridlines.

getminortickmark

tickmarktype getminortickmark()
represents minor tick marks.

setminortickmark

void setminortickmark(tickmarktype value)
represents minor tick marks.

getmajortickmark

tickmarktype getmajortickmark()
represents major tick marks.

setmajortickmark

void setmajortickmark(tickmarktype value)
represents minor tick marks.

getborder

chartborder getborder()
represents chart border. read only.

getticklabelposition

ticklabelpositiontype getticklabelposition()
represents tick label position.

setticklabelposition

void setticklabelposition(ticklabelpositiontype value)
represents tick label position.

getvisible

boolean getvisible()
indicates is axis is visible.

setvisible

void setvisible(boolean value)
indicates is axis is visible.

getalignment

axistextdirectiontype getalignment()
represents alignment for the tick label.

setalignment

void setalignment(axistextdirectiontype value)
represents alignment for the tick label.

getshadow

chartshadow getshadow()
returns the shadow properties.read-only

getchart3doptions

iformat3d getchart3doptions()
gets the three_ d.


网站地图