|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichartaxis
represents a chart axis.
method summary | |
---|---|
void |
dispose()
dispose object and free resources. |
axistype |
getaxistype()
gets categoryaxis type. |
chartbaseunittype |
getbaseunitscale()
represents the base unit scale for the category axis. |
chartcrossestype |
getchartcrosstype()
represents the crosstype on the specified axis where the other axis crosses. |
icharteffectformat |
getcharteffectformat()
represents format of axis |
float |
getcrossat()
represents the point on the value axis where the category axis crosses it. |
int |
getcrossbetweentype()
gets crossbetweentype |
chartdisplayunittype |
getdisplayunit()
returns or sets the unit label for the specified axis. |
int |
getlogscale()
gets or sets the logarithmic base. |
ichartgridline |
getmajorgridtextlines()
represents major gridlines on a chart axis. |
tickmarktype |
getmajortickmark()
represents major tick marks. |
float |
getmajorunit()
represents the major units for the axis. |
chartbaseunittype |
getmajorunitscale()
represents the major unit scale for the category axis. |
float |
getmaxvalue()
maximum value on axis. |
ichartgridline |
getminorgridlines()
represents minor gridlines on a chart axis. |
tickmarktype |
getminortickmark()
represents the type of minor tick mark for the specified axis. |
float |
getminorunit()
value of minor increment. |
chartbaseunittype |
getminorunitscale()
represents the major unit scale for the category axis. |
float |
getminvalue()
represents the minimum value on the value axis. |
java.lang.string |
getnumberformat()
gets or sets number format string. |
java.lang.object |
getparent()
reference to parent object. |
axispositiontype |
getposition()
represents position of axis |
itextframeproperties |
gettextproperties()
represent text properties of axis |
float |
gettextrotationangle()
text rotation angle. |
ticklabelpositiontype |
getticklabelposition()
represents the position of tick-mark labels on the specified axis. |
long |
getticklabelspacing()
represents the number of categories or series between tick-mark labels. |
charttextarea |
gettitle()
gets the axis' title. |
boolean |
hasdatasource()
indicates whether the format is linked source data. |
void |
hasdatasource(boolean value)
sets whether the format is linked source data. |
boolean |
hasmultilvllbl()
get hasmultilvllbl. |
void |
hasmultilvllbl(boolean hasmultilvllbl)
set hasmultilvllbl. |
boolean |
hastitle()
indicates whether a axis has a visible title. |
void |
hastitle(boolean value)
sets whether a axis has a visible title. |
boolean |
isautomajor()
automatic major selected. |
void |
isautomajor(boolean value)
set automatic major selected. |
boolean |
isautomaticticklabelspacing()
represents the number of categories or series between tick-mark labels. |
void |
isautomaticticklabelspacing(boolean value)
sets the number of categories or series between tick-mark labels. |
boolean |
isautomax()
automatic maximum selected. |
void |
isautomax(boolean value)
set automatic maximum selected. |
boolean |
isautomin()
automatic minimum selected. |
void |
isautomin(boolean value)
set automatic minimum selected. |
boolean |
isautominor()
indicates whether the minor unit of the axis is automatically assigned. |
void |
isautominor(boolean value)
set whether the minor unit of the axis is automatically assigned. |
boolean |
iscrosscategories()
indicates that the value axis crosses the category axis between categorie |
void |
iscrosscategories(boolean value)
set that the value axis crosses the category axis between categorie |
boolean |
islogscale()
logarithmic scale. |
void |
islogscale(boolean value)
set logarithmic scale. |
boolean |
ismergesamelabel()
get ismergesamelabel |
void |
ismergesamelabel(boolean mergesamelabel)
set ismergesamelabel |
boolean |
isreversed()
gets or set plots data points from last to first. |
void |
isreversed(boolean value)
gets or set plots data points from last to first. |
boolean |
isvisible()
gets or sets if the axis is visible. |
void |
isvisible(boolean value)
gets or sets if the axis is visible. |
void |
setaxistype(axistype value)
sets categoryaxis type. |
void |
setbaseunitscale(chartbaseunittype value)
set the base unit scale for the category axis. |
void |
setchartcrosstype(chartcrossestype value)
sets the crosstype on the specified axis where the other axis crosses. |
void |
setcrossat(float value)
set the point on the value axis where the category axis crosses it. |
void |
setcrossbetweentype(int value)
sets crossbetweentype |
void |
setdisplayunit(chartdisplayunittype value)
returns or sets the unit label for the specified axis. |
void |
setlogscale(int value)
gets or sets the logarithmic base. |
void |
setmajortickmark(tickmarktype value)
set major tick marks. |
void |
setmajorunit(float value)
set the major units for the axis. |
void |
setmajorunitscale(chartbaseunittype value)
set the major unit scale for the category axis. |
void |
setmaxvalue(float value)
set maximum value on axis. |
void |
setminortickmark(tickmarktype value)
set the type of minor tick mark for the specified axis. |
void |
setminorunit(float value)
set value of minor increment. |
void |
setminorunitscale(chartbaseunittype value)
set the major unit scale for the category axis. |
void |
setminvalue(float value)
set the minimum value on the value axis. |
void |
setnumberformat(java.lang.string value)
gets or sets number format string. |
void |
setposition(axispositiontype value)
|
void |
settextrotationangle(float value)
sets text rotation angle. |
void |
setticklabelposition(ticklabelpositiontype value)
set the position of tick-mark labels on the specified axis. |
void |
setticklabelspacing(long value)
sets the number of categories or series between tick-mark labels. |
method detail |
---|
boolean iscrosscategories()
void iscrosscategories(boolean value)
value
- float getcrossat()
void setcrossat(float value)
value
- chartdisplayunittype getdisplayunit()
void setdisplayunit(chartdisplayunittype value)
value
- boolean isautomax()
void isautomax(boolean value)
value
- float getmaxvalue()
void setmaxvalue(float value)
value
- float getminorunit()
void setminorunit(float value)
value
- boolean isautominor()
void isautominor(boolean value)
value
- float getmajorunit()
void setmajorunit(float value)
value
- boolean isautomajor()
void isautomajor(boolean value)
value
- boolean isautomin()
void isautomin(boolean value)
value
- float getminvalue()
void setminvalue(float value)
value
- boolean islogscale()
void islogscale(boolean value)
value
- int getlogscale()
void setlogscale(int value)
value
- boolean isreversed()
void isreversed(boolean value)
value
- boolean isvisible()
void isvisible(boolean value)
value
- tickmarktype getmajortickmark()
void setmajortickmark(tickmarktype value)
value
- tickmarktype getminortickmark()
void setminortickmark(tickmarktype value)
value
- ticklabelpositiontype getticklabelposition()
void setticklabelposition(ticklabelpositiontype value)
value
- chartbaseunittype getmajorunitscale()
void setmajorunitscale(chartbaseunittype value)
value
- chartbaseunittype getminorunitscale()
void setminorunitscale(chartbaseunittype value)
value
- chartbaseunittype getbaseunitscale()
void setbaseunitscale(chartbaseunittype value)
value
- ichartgridline getminorgridlines()
ichartgridline getmajorgridtextlines()
icharteffectformat getcharteffectformat()
itextframeproperties gettextproperties()
charttextarea gettitle()
chartcrossestype getchartcrosstype()
void setchartcrosstype(chartcrossestype value)
value
- axispositiontype getposition()
void setposition(axispositiontype value)
boolean hastitle()
void hastitle(boolean value)
value
- java.lang.string getnumberformat()
void setnumberformat(java.lang.string value)
value
- boolean hasdatasource()
void hasdatasource(boolean value)
value
- float gettextrotationangle()
void settextrotationangle(float value)
value
- long getticklabelspacing()
void setticklabelspacing(long value)
value
- java.lang.object getparent()
void dispose()
boolean isautomaticticklabelspacing()
void isautomaticticklabelspacing(boolean value)
value
- int getcrossbetweentype()
void setcrossbetweentype(int value)
value
- void setaxistype(axistype value)
axistype getaxistype()
boolean ismergesamelabel()
void ismergesamelabel(boolean mergesamelabel)
mergesamelabel
- boolean hasmultilvllbl()
void hasmultilvllbl(boolean hasmultilvllbl)
hasmultilvllbl
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |