ichartaxis-ag凯发旗舰厅



com.spire.presentation.charts.entity
interface ichartaxis

all known implementing classes:
chartaxis

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

iscrosscategories

boolean iscrosscategories()
indicates that the value axis crosses the category axis between categorie
returns:

iscrosscategories

void iscrosscategories(boolean value)
set that the value axis crosses the category axis between categorie
parameters:
value -

getcrossat

float getcrossat()
represents the point on the value axis where the category axis crosses it. the number should be a integer when it applies to category axis. and the value must be between 1 and 31999.
returns:

setcrossat

void setcrossat(float value)
set the point on the value axis where the category axis crosses it. the number should be a integer when it applies to category axis. and the value must be between 1 and 31999.
parameters:
value -

getdisplayunit

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

setdisplayunit

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

isautomax

boolean isautomax()
automatic maximum selected.
returns:

isautomax

void isautomax(boolean value)
set automatic maximum selected.
parameters:
value -

getmaxvalue

float getmaxvalue()
maximum value on axis.
returns:

setmaxvalue

void setmaxvalue(float value)
set maximum value on axis.
parameters:
value -

getminorunit

float getminorunit()
value of minor increment.
returns:

setminorunit

void setminorunit(float value)
set value of minor increment.
parameters:
value -

isautominor

boolean isautominor()
indicates whether the minor unit of the axis is automatically assigned.
returns:

isautominor

void isautominor(boolean value)
set whether the minor unit of the axis is automatically assigned.
parameters:
value -

getmajorunit

float getmajorunit()
represents the major units for the axis.
returns:

setmajorunit

void setmajorunit(float value)
set the major units for the axis.
parameters:
value -

isautomajor

boolean isautomajor()
automatic major selected.
returns:

isautomajor

void isautomajor(boolean value)
set automatic major selected.
parameters:
value -

isautomin

boolean isautomin()
automatic minimum selected.
returns:

isautomin

void isautomin(boolean value)
set automatic minimum selected.
parameters:
value -

getminvalue

float getminvalue()
represents the minimum value on the value axis.
returns:

setminvalue

void setminvalue(float value)
set the minimum value on the value axis.
parameters:
value -

islogscale

boolean islogscale()
logarithmic scale.
returns:

islogscale

void islogscale(boolean value)
set logarithmic scale.
parameters:
value -

getlogscale

int getlogscale()
gets or sets the logarithmic base.
returns:

setlogscale

void setlogscale(int value)
gets or sets the logarithmic base.
parameters:
value -

isreversed

boolean isreversed()
gets or set plots data points from last to first.
returns:

isreversed

void isreversed(boolean value)
gets or set plots data points from last to first.
parameters:
value -

isvisible

boolean isvisible()
gets or sets if the axis is visible.
returns:

isvisible

void isvisible(boolean value)
gets or sets if the axis is visible.
parameters:
value -

getmajortickmark

tickmarktype getmajortickmark()
represents major tick marks.
returns:

setmajortickmark

void setmajortickmark(tickmarktype value)
set major tick marks.
parameters:
value -

getminortickmark

tickmarktype getminortickmark()
represents the type of minor tick mark for the specified axis.
returns:

setminortickmark

void setminortickmark(tickmarktype value)
set the type of minor tick mark for the specified axis.
parameters:
value -

getticklabelposition

ticklabelpositiontype getticklabelposition()
represents the position of tick-mark labels on the specified axis.
returns:

setticklabelposition

void setticklabelposition(ticklabelpositiontype value)
set the position of tick-mark labels on the specified axis.
parameters:
value -

getmajorunitscale

chartbaseunittype getmajorunitscale()
represents the major unit scale for the category axis.
returns:

setmajorunitscale

void setmajorunitscale(chartbaseunittype value)
set the major unit scale for the category axis.
parameters:
value -

getminorunitscale

chartbaseunittype getminorunitscale()
represents the major unit scale for the category axis.
returns:

setminorunitscale

void setminorunitscale(chartbaseunittype value)
set the major unit scale for the category axis.
parameters:
value -

getbaseunitscale

chartbaseunittype getbaseunitscale()
represents the base unit scale for the category axis.
returns:

setbaseunitscale

void setbaseunitscale(chartbaseunittype value)
set the base unit scale for the category axis.
parameters:
value -

getminorgridlines

ichartgridline getminorgridlines()
represents minor gridlines on a chart axis.
returns:

getmajorgridtextlines

ichartgridline getmajorgridtextlines()
represents major gridlines on a chart axis.
returns:

getcharteffectformat

icharteffectformat getcharteffectformat()
represents format of axis
returns:

gettextproperties

itextframeproperties gettextproperties()
represent text properties of axis
returns:

gettitle

charttextarea gettitle()
gets the axis' title.
returns:

getchartcrosstype

chartcrossestype getchartcrosstype()
represents the crosstype on the specified axis where the other axis crosses.
returns:

setchartcrosstype

void setchartcrosstype(chartcrossestype value)
sets the crosstype on the specified axis where the other axis crosses.
parameters:
value -

getposition

axispositiontype getposition()
represents position of axis
returns:

setposition

void setposition(axispositiontype value)

hastitle

boolean hastitle()
indicates whether a axis has a visible title. read/write .
returns:

hastitle

void hastitle(boolean value)
sets whether a axis has a visible title. read/write .
parameters:
value -

getnumberformat

java.lang.string getnumberformat()
gets or sets number format string.
returns:

setnumberformat

void setnumberformat(java.lang.string value)
gets or sets number format string.
parameters:
value -

hasdatasource

boolean hasdatasource()
indicates whether the format is linked source data.
returns:

hasdatasource

void hasdatasource(boolean value)
sets whether the format is linked source data.
parameters:
value -

gettextrotationangle

float gettextrotationangle()
text rotation angle.
returns:

settextrotationangle

void settextrotationangle(float value)
sets text rotation angle.
parameters:
value -

getticklabelspacing

long getticklabelspacing()
represents the number of categories or series between tick-mark labels.
returns:

setticklabelspacing

void setticklabelspacing(long value)
sets the number of categories or series between tick-mark labels.
parameters:
value -

getparent

java.lang.object getparent()
reference to parent object. read-only.
returns:

dispose

void dispose()
dispose object and free resources.

isautomaticticklabelspacing

boolean isautomaticticklabelspacing()
represents the number of categories or series between tick-mark labels.
returns:

isautomaticticklabelspacing

void isautomaticticklabelspacing(boolean value)
sets the number of categories or series between tick-mark labels.
parameters:
value -

getcrossbetweentype

int getcrossbetweentype()
gets crossbetweentype
returns:

setcrossbetweentype

void setcrossbetweentype(int value)
sets crossbetweentype
parameters:
value -

setaxistype

void setaxistype(axistype value)
sets categoryaxis type.

getaxistype

axistype getaxistype()
gets categoryaxis type.
returns:

ismergesamelabel

boolean ismergesamelabel()
get ismergesamelabel
returns:

ismergesamelabel

void ismergesamelabel(boolean mergesamelabel)
set ismergesamelabel
parameters:
mergesamelabel -

hasmultilvllbl

boolean hasmultilvllbl()
get hasmultilvllbl.
returns:

hasmultilvllbl

void hasmultilvllbl(boolean hasmultilvllbl)
set hasmultilvllbl.
parameters:
hasmultilvllbl -


网站地图