|
|||||||||
prev class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
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 |
---|
java.lang.string getnumberformat()
void setnumberformat(java.lang.string value)
axistype getaxistype()
java.lang.string gettitle()
void settitle(java.lang.string value)
int gettextrotationangle()
void settextrotationangle(int value)
icharttextarea gettitlearea()
ifont getfont()
ichartgridline getmajorgridlines()
ichartgridline getminorgridlines()
boolean hasminorgridlines()
void hasminorgridlines(boolean value)
boolean hasmajorgridlines()
void hasmajorgridlines(boolean value)
tickmarktype getminortickmark()
void setminortickmark(tickmarktype value)
tickmarktype getmajortickmark()
void setmajortickmark(tickmarktype value)
chartborder getborder()
ticklabelpositiontype getticklabelposition()
void setticklabelposition(ticklabelpositiontype value)
boolean getvisible()
void setvisible(boolean value)
axistextdirectiontype getalignment()
void setalignment(axistextdirectiontype value)
chartshadow getshadow()
iformat3d getchart3doptions()
|
|||||||||
prev class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |