|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichartvalueaxis
method summary | |
---|---|
double |
getcrossesat()
represents the point on the axis another axis crosses it. |
double |
getcrossvalue()
value where category axis crosses. |
double |
getmajorunit()
value of major increment. |
double |
getmaxvalue()
maximum value on axis. |
double |
getminorunit()
value of minor increment. |
double |
getminvalue()
maximum value on axis. |
boolean |
isautocross()
automatic category crossing point selected. |
boolean |
isautomajor()
automatic major selected. |
void |
isautomajor(boolean value)
automatic major selected. |
boolean |
isautomax()
automatic maximum selected. |
void |
isautomax(boolean value)
automatic maximum selected. |
boolean |
isautomin()
automatic minimum selected. |
void |
isautomin(boolean value)
automatic minimum selected. |
boolean |
isautominor()
automatic minor selected. |
void |
isautominor(boolean value)
automatic minor selected. |
boolean |
islogscale()
logarithmic scale. |
void |
islogscale(boolean value)
logarithmic scale. |
boolean |
ismaxcross()
category axis to cross at maximum value. |
boolean |
isreverseorder()
values in reverse order. |
void |
isreverseorder(boolean value)
values in reverse order. |
void |
setcrossesat(double value)
represents the point on the axis another axis crosses it. |
void |
setcrossvalue(double value)
value where category axis crosses. |
void |
setmaxvalue(double value)
maximum value on axis. |
void |
setminorunit(double value)
value of minor increment. |
void |
setminvalue(double value)
maximum value on axis. |
methods inherited from interface com.spire.xls.core.ichartaxis |
---|
getalignment, getaxistype, getborder, getchart3doptions, getfont, getmajorgridlines, getmajortickmark, getminorgridlines, getminortickmark, getnumberformat, getshadow, gettextrotationangle, getticklabelposition, gettitle, gettitlearea, getvisible, hasmajorgridlines, hasmajorgridlines, hasminorgridlines, hasminorgridlines, setalignment, setmajortickmark, setminortickmark, setnumberformat, settextrotationangle, setticklabelposition, settitle, setvisible |
method detail |
---|
double getminvalue()
void setminvalue(double value)
double getmaxvalue()
void setmaxvalue(double value)
double getmajorunit()
double getminorunit()
void setminorunit(double value)
double getcrossvalue()
void setcrossvalue(double value)
double getcrossesat()
void setcrossesat(double value)
boolean isautomin()
void isautomin(boolean value)
boolean isautomax()
void isautomax(boolean value)
boolean isautomajor()
void isautomajor(boolean value)
boolean isautominor()
void isautominor(boolean value)
boolean isautocross()
boolean islogscale()
void islogscale(boolean value)
boolean isreverseorder()
void isreverseorder(boolean value)
boolean ismaxcross()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |