|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.charts.entity.chartaxis
public class chartaxis
encapsulates the object that represents a chart's axis.
constructor summary | |
---|---|
chartaxis()
|
|
chartaxis( parent)
|
|
chartaxis( axis,
parent)
|
|
chartaxis( axis,
parent)
|
|
chartaxis( axis,
parent)
|
|
chartaxis( axis,
parent)
|
method summary | |
---|---|
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()
get crossbetweentype |
chartdisplayunittype |
getdisplayunit()
returns or sets the unit label for the specified axis. |
int |
getlbloffset()
get lbloffset |
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()
get 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()
get 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 number format string. |
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)
indicates 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)
indicates whether a axis has a visible title. |
boolean |
isautomajor()
automatic major selected |
void |
isautomajor(boolean value)
automatic major selected |
boolean |
isautomaticticklabelspacing()
specifies automatic tick label spacing value. |
void |
isautomaticticklabelspacing(boolean value)
specifies automatic tick label spacing value. |
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()
indicates whether the minor unit of the axis is automatically assigned. |
void |
isautominor(boolean value)
indicates 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)
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)
set 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)
represents 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)
sets number format string. |
void |
setposition(axispositiontype value)
set position of axis |
void |
settextrotationangle(float value)
text rotation angle. |
void |
setticklabelposition(ticklabelpositiontype value)
set the position of tick-mark labels on the specified axis. |
void |
setticklabelspacing(long value)
set the number of categories or series between tick-mark labels. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
methods inherited from interface com.spire.presentation.charts.entity.ichartaxis |
---|
dispose, getparent |
constructor detail |
---|
public chartaxis()
public chartaxis( parent)
public chartaxis( axis, parent)
public chartaxis( axis, parent)
public chartaxis( axis, parent)
public chartaxis( axis, parent)
method detail |
---|
public boolean ismergesamelabel()
ismergesamelabel
in interface ichartaxis
public void ismergesamelabel(boolean mergesamelabel)
ismergesamelabel
in interface ichartaxis
mergesamelabel
- public boolean hasmultilvllbl()
hasmultilvllbl
in interface ichartaxis
public void hasmultilvllbl(boolean hasmultilvllbl)
hasmultilvllbl
in interface ichartaxis
hasmultilvllbl
- public boolean iscrosscategories()
iscrosscategories
in interface ichartaxis
public void iscrosscategories(boolean value)
ichartaxis
iscrosscategories
in interface ichartaxis
public float getcrossat()
getcrossat
in interface ichartaxis
public void setcrossat(float value)
ichartaxis
setcrossat
in interface ichartaxis
public chartdisplayunittype getdisplayunit()
getdisplayunit
in interface ichartaxis
public void setdisplayunit(chartdisplayunittype value)
setdisplayunit
in interface ichartaxis
value
- public boolean isautomax()
isautomax
in interface ichartaxis
public void isautomax(boolean value)
isautomax
in interface ichartaxis
value
- public float getmaxvalue()
getmaxvalue
in interface ichartaxis
public void setmaxvalue(float value)
setmaxvalue
in interface ichartaxis
value
- public float getminorunit()
getminorunit
in interface ichartaxis
public void setminorunit(float value)
setminorunit
in interface ichartaxis
value
- public boolean isautominor()
isautominor
in interface ichartaxis
public void isautominor(boolean value)
isautominor
in interface ichartaxis
value
- public float getmajorunit()
getmajorunit
in interface ichartaxis
public void setmajorunit(float value)
setmajorunit
in interface ichartaxis
value
- public boolean isautomajor()
isautomajor
in interface ichartaxis
public void isautomajor(boolean value)
isautomajor
in interface ichartaxis
public boolean isautomin()
isautomin
in interface ichartaxis
public void isautomin(boolean value)
isautomin
in interface ichartaxis
public float getminvalue()
getminvalue
in interface ichartaxis
public void setminvalue(float value)
setminvalue
in interface ichartaxis
value
- public boolean islogscale()
islogscale
in interface ichartaxis
public void islogscale(boolean value)
islogscale
in interface ichartaxis
value
- public int getlogscale()
getlogscale
in interface ichartaxis
public void setlogscale(int value)
setlogscale
in interface ichartaxis
value
- public boolean isreversed()
isreversed
in interface ichartaxis
public void isreversed(boolean value)
isreversed
in interface ichartaxis
value
- public boolean isvisible()
isvisible
in interface ichartaxis
public void isvisible(boolean value)
isvisible
in interface ichartaxis
value
- public tickmarktype getmajortickmark()
getmajortickmark
in interface ichartaxis
public void setmajortickmark(tickmarktype value)
setmajortickmark
in interface ichartaxis
value
- public tickmarktype getminortickmark()
getminortickmark
in interface ichartaxis
public void setminortickmark(tickmarktype value)
setminortickmark
in interface ichartaxis
value
- public ticklabelpositiontype getticklabelposition()
getticklabelposition
in interface ichartaxis
public void setticklabelposition(ticklabelpositiontype value)
setticklabelposition
in interface ichartaxis
value
- public chartbaseunittype getmajorunitscale()
getmajorunitscale
in interface ichartaxis
public void setmajorunitscale(chartbaseunittype value)
setmajorunitscale
in interface ichartaxis
value
- public chartbaseunittype getminorunitscale()
getminorunitscale
in interface ichartaxis
public void setminorunitscale(chartbaseunittype value)
setminorunitscale
in interface ichartaxis
value
- public chartbaseunittype getbaseunitscale()
getbaseunitscale
in interface ichartaxis
public void setbaseunitscale(chartbaseunittype value)
setbaseunitscale
in interface ichartaxis
value
- public ichartgridline getminorgridlines()
getminorgridlines
in interface ichartaxis
public ichartgridline getmajorgridtextlines()
getmajorgridtextlines
in interface ichartaxis
public icharteffectformat getcharteffectformat()
getcharteffectformat
in interface ichartaxis
public itextframeproperties gettextproperties()
gettextproperties
in interface ichartaxis
public charttextarea gettitle()
gettitle
in interface ichartaxis
public chartcrossestype getchartcrosstype()
getchartcrosstype
in interface ichartaxis
public void setchartcrosstype(chartcrossestype value)
ichartaxis
setchartcrosstype
in interface ichartaxis
public axispositiontype getposition()
getposition
in interface ichartaxis
public void setposition(axispositiontype value)
setposition
in interface ichartaxis
value
- public boolean hastitle()
hastitle
in interface ichartaxis
public void hastitle(boolean value)
hastitle
in interface ichartaxis
public int getcrossbetweentype()
getcrossbetweentype
in interface ichartaxis
public void setcrossbetweentype(int value)
setcrossbetweentype
in interface ichartaxis
public java.lang.string getnumberformat()
getnumberformat
in interface ichartaxis
public void setnumberformat(java.lang.string value)
setnumberformat
in interface ichartaxis
value
- public boolean hasdatasource()
hasdatasource
in interface ichartaxis
public void hasdatasource(boolean value)
hasdatasource
in interface ichartaxis
value
- public float gettextrotationangle()
gettextrotationangle
in interface ichartaxis
public void settextrotationangle(float value)
settextrotationangle
in interface ichartaxis
value
- public long getticklabelspacing()
getticklabelspacing
in interface ichartaxis
public void setticklabelspacing(long value)
setticklabelspacing
in interface ichartaxis
value
- public boolean isautomaticticklabelspacing()
isautomaticticklabelspacing
in interface ichartaxis
public void isautomaticticklabelspacing(boolean value)
isautomaticticklabelspacing
in interface ichartaxis
value
- public int getlbloffset()
public axistype getaxistype()
ichartaxis
getaxistype
in interface ichartaxis
public void setaxistype(axistype value)
ichartaxis
setaxistype
in interface ichartaxis
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |