xlschartvalueaxis-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartvalueaxis

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartaxis
          extended by com.spire.xls.core.spreadsheet.charts.xlschartvalueaxis
all implemented interfaces:
ichartaxis, ichartvalueaxis
direct known subclasses:
chartvalueaxis

public class xlschartvalueaxis
extends xlschartaxis
implements ichartvalueaxis

constructor summary
xlschartvalueaxis(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.
 double getcrossesat()
          represents the point on the axis another axis crosses it.
 double getcrossvalue()
          value of category axis crosses.
 chartdisplayunittype getdisplayunit()
          returns or sets the unit label for the specified axis.
 double getdisplayunitcustom()
          represents custom unit to display.
 double getlogbase()
          represents the logarithmic base.
 double getmajorunit()
          returns or sets the major units for the value axis
 double getmaxvalue()
          maximum value on axis.
 double getminorunit()
          value of minor increment.
 double getminvalue()
          minimum value on axis.
 boolean hasdisplayunitlabel()
          true if the label is displayed on the specified axis.
 void hasdisplayunitlabel(boolean value)
          true if the label is displayed on the specified 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 isreverseorder)
          sets values in reverse order.
 void setcrossesat(double crossesat)
          sets the point on the axis another axis crosses it.
 void setcrossvalue(double value)
          value of category axis crosses.
 void setdisplayunit(chartdisplayunittype value)
          returns or sets the unit label for the specified axis.
 void setdisplayunitcustom(double value)
          represents custom unit to display.
 void setlogbase(double value)
          represents the logarithmic base.
 void setmajorunit(double majorunit)
          sets the major units for the value axis
 void setmaxvalue(double maxvalue)
          sets maximum value on axis.
 void setminorunit(double minorunit)
          sets the value of minor increment.
 void setminvalue(double minvalue)
          sets minimum value on axis.
 
methods inherited from class com.spire.xls.core.spreadsheet.charts.xlschartaxis
getalignment, getautoticklabelspacing, getautotickmarkspacing, getaxisid, getaxistype, getborder, getchart3doptions, getchart3dproperties, getdeleted, getfont, getframeformat, gethas3dproperties, getmajorgridlines, getmajortickmark, getminorgridlines, getminortickmark, getmultilevellable, getnumberformat, getnumberformatindex, getshadow, getshadowproperties, gettextrotationangle, getticklabelposition, gettitle, gettitlearea, getvisible, hasaxistitle, hasmajorgridlines, hasmajorgridlines, hasminorgridlines, hasminorgridlines, isautotextrotation, isprimary, isreversed, isreversed, issourcelinked, issourcelinked, setalignment, setautoticklabelspacing, setautotickmarkspacing, setaxisid, setaxistype, setdeleted, setmajortickmark, setminortickmark, setmultilevellable, setnumberformat, setnumberformatindex, settextrotationangle, setticklabelposition, settitle, setvisible
 
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

xlschartvalueaxis

public xlschartvalueaxis(java.lang.object parent,
                         boolean isprimary)
method detail

getlogbase

public double getlogbase()
represents the logarithmic base.

setlogbase

public void setlogbase(double value)
represents the logarithmic base.

getminvalue

public double getminvalue()
minimum value on axis.
specified by:
getminvalue in interface ichartvalueaxis

setminvalue

public void setminvalue(double minvalue)
sets minimum value on axis.
specified by:
setminvalue in interface ichartvalueaxis

getmaxvalue

public double getmaxvalue()
maximum value on axis.
specified by:
getmaxvalue in interface ichartvalueaxis

setmaxvalue

public void setmaxvalue(double maxvalue)
sets maximum value on axis.
specified by:
setmaxvalue in interface ichartvalueaxis

getmajorunit

public double getmajorunit()
returns or sets the major units for the value axis
specified by:
getmajorunit in interface ichartvalueaxis

setmajorunit

public void setmajorunit(double majorunit)
sets the major units for the value axis

getminorunit

public double getminorunit()
value of minor increment.
specified by:
getminorunit in interface ichartvalueaxis

setminorunit

public void setminorunit(double minorunit)
sets the value of minor increment.
specified by:
setminorunit in interface ichartvalueaxis

getcrossvalue

public double getcrossvalue()
value of category axis crosses.
specified by:
getcrossvalue in interface ichartvalueaxis

setcrossvalue

public void setcrossvalue(double value)
value of category axis crosses.
specified by:
setcrossvalue in interface ichartvalueaxis

getcrossesat

public double getcrossesat()
represents the point on the axis another axis crosses it.
specified by:
getcrossesat in interface ichartvalueaxis

setcrossesat

public void setcrossesat(double crossesat)
sets the point on the axis another axis crosses it.
specified by:
setcrossesat in interface ichartvalueaxis

isautomin

public boolean isautomin()
automatic minimum selected.
specified by:
isautomin in interface ichartvalueaxis

isautomin

public void isautomin(boolean value)
automatic minimum selected.
specified by:
isautomin in interface ichartvalueaxis

isautomax

public boolean isautomax()
automatic maximum selected.
specified by:
isautomax in interface ichartvalueaxis

isautomax

public void isautomax(boolean value)
automatic maximum selected.
specified by:
isautomax in interface ichartvalueaxis

isautomajor

public boolean isautomajor()
automatic major selected.
specified by:
isautomajor in interface ichartvalueaxis

isautomajor

public void isautomajor(boolean value)
automatic major selected.
specified by:
isautomajor in interface ichartvalueaxis

isautominor

public boolean isautominor()
automatic minor selected.
specified by:
isautominor in interface ichartvalueaxis

isautominor

public void isautominor(boolean value)
automatic minor selected.
specified by:
isautominor in interface ichartvalueaxis

isautocross

public boolean isautocross()
automatic category crossing point selected.
specified by:
isautocross in interface ichartvalueaxis

islogscale

public boolean islogscale()
logarithmic scale.
specified by:
islogscale in interface ichartvalueaxis

islogscale

public void islogscale(boolean value)
logarithmic scale.
specified by:
islogscale in interface ichartvalueaxis

isreverseorder

public boolean isreverseorder()
values in reverse order.
specified by:
isreverseorder in interface ichartvalueaxis

isreverseorder

public void isreverseorder(boolean isreverseorder)
sets values in reverse order.
specified by:
isreverseorder in interface ichartvalueaxis

ismaxcross

public boolean ismaxcross()
category axis to cross at maximum value.
specified by:
ismaxcross in interface ichartvalueaxis

getdisplayunitcustom

public double getdisplayunitcustom()
represents custom unit to display.

setdisplayunitcustom

public void setdisplayunitcustom(double value)
represents custom unit to display.

getdisplayunit

public chartdisplayunittype getdisplayunit()
returns or sets the unit label for the specified axis.

setdisplayunit

public void setdisplayunit(chartdisplayunittype value)
returns or sets the unit label for the specified axis.

hasdisplayunitlabel

public boolean hasdisplayunitlabel()
true if the label is displayed on the specified axis.

hasdisplayunitlabel

public void hasdisplayunitlabel(boolean value)
true if the label is displayed on the specified axis.

deepclone

public xlschartaxis deepclone(java.lang.object parent,
                              java.util.hashmap dicfontindexes,
                              java.util.hashmap dicnewsheetnames)
clones current object.
overrides:
deepclone in class xlschartaxis
parameters:
parent - parent object.
dicfontindexes - dictionary with new indexes.
returns:
returns cloned object.


网站地图