|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.charts.xlschartaxis
com.spire.xls.core.spreadsheet.charts.xlschartcategoryaxis
public class xlschartcategoryaxis
constructor summary | |
---|---|
xlschartcategoryaxis(java.lang.object parent,
boolean isprimary)
|
method summary | |
---|---|
xlschartaxis |
deepclone(java.lang.object parent,
java.util.hashmap dicfontindexes,
java.util.hashmap dicnewsheetnames)
clones current object. |
boolean |
getaxisbetweencategories()
true if the value axis crosses the category axis between categories |
chartbaseunittype |
getbaseunit()
represents base unit for the specified category axis. |
boolean |
getbaseunitisauto()
true if use automatic base units for the specified category axis. |
ixlsrange |
getcategorylabels()
category labels for the chart. |
categorytype |
getcategorytype()
represents axis category type. |
double |
getcrossesat()
represents the point on the axis another axis crosses it. |
double |
getcrossingpoint()
represents the point on the axis another axis crosses it. |
double |
getcrossvalue()
value of category axis crosses. |
java.lang.object[] |
getentereddirectlycategorylabels()
entered directly category labels for the chart. |
int |
getlabelfrequency()
frequency of labels. |
double |
getlogbase()
represents the logarithmic base. |
double |
getmajorunit()
value of major increment. |
chartbaseunittype |
getmajorunitscale()
represens the major unit scale value for the category axis when the categorytype property is set to timescale. |
double |
getmaxvalue()
represents maximum value. |
double |
getminorunit()
value of minor increment. |
chartbaseunittype |
getminorunitscale()
represens the minor unit scale value for the category axis when the categorytype property is set to timescale. |
double |
getminvalue()
represents minimum value. |
int |
getoffset()
represents distance between the labels and axis line. |
int |
getticklabelspacing()
represents the number of categories or series between tick-mark labels. |
int |
gettickmarksfrequency()
frequency of tick marks. |
int |
gettickmarkspacing()
represents the number of categories or series between tick marks. |
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()
represents logarithmic scale. |
void |
islogscale(boolean value)
represents logarithmic scale. |
boolean |
ismaxcross()
value axis crosses at the far right category. |
boolean |
isreverseorder()
categories in reverse order. |
void |
isreverseorder(boolean value)
categories in reverse order. |
void |
setaxisbetweencategories(boolean value)
true if the value axis crosses the category axis between categories |
void |
setbaseunit(chartbaseunittype value)
represents base unit for the specified category axis. |
void |
setbaseunitisauto(boolean value)
true if use automatic base units for the specified category axis. |
void |
setcategorylabels(ixlsrange value)
category labels for the chart. |
void |
setcategorytype(categorytype value)
represents axis category type. |
void |
setcrossesat(double value)
represents the point on the axis another axis crosses it. |
void |
setcrossingpoint(double value)
represents the point on the axis another axis crosses it. |
void |
setcrossvalue(double value)
value of category axis crosses. |
void |
setentereddirectlycategorylabels(java.lang.object[] value)
entered directly category labels for the chart. |
void |
setlabelfrequency(int value)
frequency of labels. |
void |
setlogbase(double value)
represents the logarithmic base. |
void |
setmajorunit(double value)
value of major increment. |
void |
setmajorunitscale(chartbaseunittype value)
represens the major unit scale value for the category axis when the categorytype property is set to timescale. |
void |
setmaxvalue(double value)
represents maximum value. |
void |
setminorunit(double value)
value of minor increment. |
void |
setminorunitscale(chartbaseunittype value)
represens the minor unit scale value for the category axis when the categorytype property is set to timescale. |
void |
setminvalue(double value)
represents minimum value. |
void |
setoffset(int value)
represents distance between the labels and axis line. |
void |
setticklabelspacing(int value)
represents the number of categories or series between tick-mark labels. |
void |
settickmarksfrequency(int value)
frequency of tick marks. |
void |
settickmarkspacing(int value)
represents the number of categories or series between tick marks. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
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 |
constructor detail |
---|
public xlschartcategoryaxis(java.lang.object parent, boolean isprimary)
method detail |
---|
public boolean islogscale()
islogscale
in interface ichartvalueaxis
public void islogscale(boolean value)
islogscale
in interface ichartvalueaxis
public double getmaxvalue()
getmaxvalue
in interface ichartvalueaxis
public void setmaxvalue(double value)
setmaxvalue
in interface ichartvalueaxis
public double getminvalue()
getminvalue
in interface ichartvalueaxis
public void setminvalue(double value)
setminvalue
in interface ichartvalueaxis
public double getlogbase()
public void setlogbase(double value)
public double getcrossvalue()
getcrossvalue
in interface ichartvalueaxis
public void setcrossvalue(double value)
setcrossvalue
in interface ichartvalueaxis
public double getcrossesat()
getcrossesat
in interface ichartvalueaxis
public void setcrossesat(double value)
setcrossesat
in interface ichartvalueaxis
public boolean ismaxcross()
ismaxcross
in interface ichartvalueaxis
public double getcrossingpoint()
getcrossingpoint
in interface ichartcategoryaxis
public void setcrossingpoint(double value)
setcrossingpoint
in interface ichartcategoryaxis
public int getlabelfrequency()
getlabelfrequency
in interface ichartcategoryaxis
public void setlabelfrequency(int value)
setlabelfrequency
in interface ichartcategoryaxis
public int getticklabelspacing()
getticklabelspacing
in interface ichartcategoryaxis
public void setticklabelspacing(int value)
setticklabelspacing
in interface ichartcategoryaxis
public int gettickmarksfrequency()
gettickmarksfrequency
in interface ichartcategoryaxis
public void settickmarksfrequency(int value)
settickmarksfrequency
in interface ichartcategoryaxis
public int gettickmarkspacing()
gettickmarkspacing
in interface ichartcategoryaxis
public void settickmarkspacing(int value)
settickmarkspacing
in interface ichartcategoryaxis
public boolean getaxisbetweencategories()
getaxisbetweencategories
in interface ichartcategoryaxis
public void setaxisbetweencategories(boolean value)
setaxisbetweencategories
in interface ichartcategoryaxis
public boolean isreverseorder()
isreverseorder
in interface ichartvalueaxis
public void isreverseorder(boolean value)
isreverseorder
in interface ichartvalueaxis
public ixlsrange getcategorylabels()
getcategorylabels
in interface ichartcategoryaxis
public void setcategorylabels(ixlsrange value)
setcategorylabels
in interface ichartcategoryaxis
public java.lang.object[] getentereddirectlycategorylabels()
getentereddirectlycategorylabels
in interface ichartcategoryaxis
public void setentereddirectlycategorylabels(java.lang.object[] value)
setentereddirectlycategorylabels
in interface ichartcategoryaxis
public categorytype getcategorytype()
getcategorytype
in interface ichartcategoryaxis
public void setcategorytype(categorytype value)
setcategorytype
in interface ichartcategoryaxis
public int getoffset()
getoffset
in interface ichartcategoryaxis
public void setoffset(int value)
setoffset
in interface ichartcategoryaxis
public chartbaseunittype getbaseunit()
getbaseunit
in interface ichartcategoryaxis
public void setbaseunit(chartbaseunittype value)
setbaseunit
in interface ichartcategoryaxis
public boolean getbaseunitisauto()
getbaseunitisauto
in interface ichartcategoryaxis
public void setbaseunitisauto(boolean value)
setbaseunitisauto
in interface ichartcategoryaxis
public boolean isautomajor()
isautomajor
in interface ichartvalueaxis
public void isautomajor(boolean value)
isautomajor
in interface ichartvalueaxis
public boolean isautominor()
isautominor
in interface ichartvalueaxis
public void isautominor(boolean value)
isautominor
in interface ichartvalueaxis
public boolean isautocross()
isautocross
in interface ichartvalueaxis
public boolean isautomax()
isautomax
in interface ichartvalueaxis
public void isautomax(boolean value)
isautomax
in interface ichartvalueaxis
public boolean isautomin()
isautomin
in interface ichartvalueaxis
public void isautomin(boolean value)
isautomin
in interface ichartvalueaxis
public double getmajorunit()
getmajorunit
in interface ichartvalueaxis
public void setmajorunit(double value)
public double getminorunit()
getminorunit
in interface ichartvalueaxis
public void setminorunit(double value)
setminorunit
in interface ichartvalueaxis
public chartbaseunittype getmajorunitscale()
getmajorunitscale
in interface ichartcategoryaxis
public void setmajorunitscale(chartbaseunittype value)
setmajorunitscale
in interface ichartcategoryaxis
public chartbaseunittype getminorunitscale()
getminorunitscale
in interface ichartcategoryaxis
public void setminorunitscale(chartbaseunittype value)
setminorunitscale
in interface ichartcategoryaxis
public xlschartaxis deepclone(java.lang.object parent, java.util.hashmap dicfontindexes, java.util.hashmap dicnewsheetnames)
deepclone
in class xlschartaxis
parent
- parent object.dicfontindexes
- dictionary with new indexes.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |