|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectjava.util.abstractcollection
java.util.abstractlist
java.util.arraylist<isparklines>
com.spire.xls.sparklinegroup
public class sparklinegroup
represents a sparkline group.the sparkline group object is a member of the sparkline groups collection.the sparkline groups collection contains all the sparkline group objects in a workheet.
constructor summary | |
---|---|
sparklinegroup(xlsworksheet sheet)
|
method summary | |
---|---|
sparklinecollection |
add()
|
sparklinecollection |
get(int index)
|
|
getemptycellstype()
indicates how to display empty cells. |
java.awt.color |
getfirstpointcolor()
gets the color of the first point of data in the sparkline group. |
java.awt.color |
gethighpointcolor()
gets the color of the highest points of data in the sparkline group. |
java.awt.color |
gethorizontalaxiscolor()
gets the color of the horizontal axis in the sparkline group. |
cellrange |
gethorizontaldateaxisrange()
represents the range that contains the date values for the sparkline data. |
java.awt.color |
getlastpointcolor()
gets the color of the last point of data in the sparkline group. |
double |
getlineweight()
gets the line weight in each line sparkline in the sparkline group, in the unit of points. |
java.awt.color |
getlowpointcolor()
gets the color of the lowest points of data in the sparkline group. |
java.awt.color |
getmarkerscolor()
gets the color of points in each line sparkline in the sparkline group. |
java.awt.color |
getnegativepointcolor()
gets the color of the negative values on the sparkline group. |
boolean |
getplotrighttoleft()
indicates whether the plot data is right to left. |
boolean |
getshowfirstpoint()
indicates whether to highlight the first point of data in the sparkline group. |
boolean |
getshowhighpoint()
indicates whether to highlight the highest points of data in the sparkline group. |
boolean |
getshowhorizontalaxis()
indicates whether to show the sparkline horizontal axis. |
boolean |
getshowlastpoint()
indicates whether to highlight the last point of data in the sparkline group. |
boolean |
getshowlowpoint()
indicates whether to highlight the lowest points of data in the sparkline group. |
boolean |
getshowmarkers()
indicates whether to highlight each point in each line sparkline in the sparkline group. |
boolean |
getshownegativepoint()
indicates whether to highlight the negative values on the sparkline group with a different color or marker. |
java.awt.color |
getsparklinecolor()
gets the color of the sparklines in the sparkline group. |
sparklinetype |
getsparklinetype()
indicates the sparkline type of the sparkline group. |
|
getverticalaxismaxtype()
represents the vertical axis maximum value type. |
double |
getverticalaxismaxvalue()
gets the custom maximum value for the vertical axis. |
double |
getverticalaxisminvalue()
gets and sets the custom minimum value for the vertical axis. |
|
getverticalaxisminvaluetype()
represents the vertical axis minimum value type. |
boolean |
isdisplayhidden()
indicates whether to show data in hidden rows and columns. |
void |
isdisplayhidden(boolean value)
indicates whether to show data in hidden rows and columns. |
boolean |
ishorizontaldateaxis()
indicates wheter represents the horizontal axis type as dateaxis. |
void |
ishorizontaldateaxis(boolean value)
indicates wheter represents the horizontal axis type as dateaxis. |
void |
setemptycellstype( sparklineemptycells)
indicates how to display empty cells. |
void |
setfirstpointcolor(com.spire.ms.system.drawing.color value)
sets the color of the first point of data in the sparkline group. |
void |
sethighpointcolor(com.spire.ms.system.drawing.color value)
sets the color of the highest points of data in the sparkline group. |
void |
sethorizontalaxiscolor(com.spire.ms.system.drawing.color value)
sets the color of the horizontal axis in the sparkline group. |
void |
sethorizontaldateaxisrange(cellrange value)
represents the range that contains the date values for the sparkline data. |
void |
setlastpointcolor(com.spire.ms.system.drawing.color value)
sets the color of the last point of data in the sparkline group. |
void |
setlineweight(double value)
sets the line weight in each line sparkline in the sparkline group, in the unit of points. |
void |
setlowpointcolor(com.spire.ms.system.drawing.color value)
sets the color of the lowest points of data in the sparkline group. |
void |
setmarkerscolor(com.spire.ms.system.drawing.color value)
sets the color of points in each line sparkline in the sparkline group. |
void |
setnegativepointcolor(com.spire.ms.system.drawing.color value)
sets the color of the negative values on the sparkline group. |
void |
setplotrighttoleft(boolean bool)
sets whether the plot data is right to left. |
void |
setshowfirstpoint(boolean bool)
sets whether to highlight the first point of data in the sparkline group. |
void |
setshowhighpoint(boolean value)
sets whether to highlight the highest points of data in the sparkline group. |
void |
setshowhorizontalaxis(boolean value)
sets whether to show the sparkline horizontal axis. |
void |
setshowlastpoint(boolean value)
sets whether to highlight the last point of data in the sparkline group. |
void |
setshowlowpoint(boolean value)
sets whether to highlight the lowest points of data in the sparkline group. |
void |
setshowmarkers(boolean value)
sets whether to highlight each point in each line sparkline in the sparkline group. |
void |
setshownegativepoint(boolean value)
sets whether to highlight the negative values on the sparkline group with a different color or marker. |
void |
setsparklinecolor(java.awt.color color)
sets the color of the sparklines in the sparkline group. |
void |
setsparklinetype(sparklinetype value)
sets the sparkline type of the sparkline group. |
void |
setverticalaxismaxtype( value)
sets the vertical axis maximum value type. |
void |
setverticalaxismaxvalue(double value)
sets the custom maximum value for the vertical axis. |
void |
setverticalaxisminvalue(double value)
sets the custom minimum value for the vertical axis. |
void |
setverticalaxisminvaluetype( value)
represents the vertical axis minimum value type. |
constructor detail |
---|
public sparklinegroup(xlsworksheet sheet)
method detail |
---|
public boolean getshowhorizontalaxis()
getshowhorizontalaxis
in interface isparklinegroup
public void setshowhorizontalaxis(boolean value)
setshowhorizontalaxis
in interface isparklinegroup
public boolean isdisplayhidden()
isdisplayhidden
in interface isparklinegroup
public void isdisplayhidden(boolean value)
isdisplayhidden
in interface isparklinegroup
public boolean getplotrighttoleft()
getplotrighttoleft
in interface isparklinegroup
public void setplotrighttoleft(boolean bool)
setplotrighttoleft
in interface isparklinegroup
bool
- true if [plot right to left]; otherwise, false.public boolean getshowfirstpoint()
getshowfirstpoint
in interface isparklinegroup
public void setshowfirstpoint(boolean bool)
setshowfirstpoint
in interface isparklinegroup
public boolean getshowlastpoint()
getshowlastpoint
in interface isparklinegroup
public void setshowlastpoint(boolean value)
setshowlastpoint
in interface isparklinegroup
public boolean getshowlowpoint()
getshowlowpoint
in interface isparklinegroup
public void setshowlowpoint(boolean value)
setshowlowpoint
in interface isparklinegroup
public boolean getshowhighpoint()
getshowhighpoint
in interface isparklinegroup
public void setshowhighpoint(boolean value)
setshowhighpoint
in interface isparklinegroup
public boolean getshownegativepoint()
getshownegativepoint
in interface isparklinegroup
public void setshownegativepoint(boolean value)
setshownegativepoint
in interface isparklinegroup
public boolean getshowmarkers()
getshowmarkers
in interface isparklinegroup
public void setshowmarkers(boolean value)
setshowmarkers
in interface isparklinegroup
public double getverticalaxismaxvalue()
public void setverticalaxismaxvalue(double value)
public getverticalaxismaxtype()
public void setverticalaxismaxtype( value)
public double getverticalaxisminvalue()
public void setverticalaxisminvalue(double value)
public getverticalaxisminvaluetype()
public void setverticalaxisminvaluetype( value)
public sparklinetype getsparklinetype()
getsparklinetype
in interface isparklinegroup
public void setsparklinetype(sparklinetype value)
setsparklinetype
in interface isparklinegroup
public boolean ishorizontaldateaxis()
ishorizontaldateaxis
in interface isparklinegroup
public void ishorizontaldateaxis(boolean value)
ishorizontaldateaxis
in interface isparklinegroup
public getemptycellstype()
getemptycellstype
in interface isparklinegroup
public void setemptycellstype( sparklineemptycells)
setemptycellstype
in interface isparklinegroup
public cellrange gethorizontaldateaxisrange()
gethorizontaldateaxisrange
in interface isparklinegroup
public void sethorizontaldateaxisrange(cellrange value)
sethorizontaldateaxisrange
in interface isparklinegroup
public java.awt.color gethorizontalaxiscolor()
gethorizontalaxiscolor
in interface isparklinegroup
public void sethorizontalaxiscolor(com.spire.ms.system.drawing.color value)
sethorizontalaxiscolor
in interface isparklinegroup
public java.awt.color getfirstpointcolor()
getfirstpointcolor
in interface isparklinegroup
public void setfirstpointcolor(com.spire.ms.system.drawing.color value)
setfirstpointcolor
in interface isparklinegroup
public java.awt.color gethighpointcolor()
gethighpointcolor
in interface isparklinegroup
public void sethighpointcolor(com.spire.ms.system.drawing.color value)
sethighpointcolor
in interface isparklinegroup
public java.awt.color getlastpointcolor()
getlastpointcolor
in interface isparklinegroup
public void setlastpointcolor(com.spire.ms.system.drawing.color value)
setlastpointcolor
in interface isparklinegroup
public double getlineweight()
getlineweight
in interface isparklinegroup
public void setlineweight(double value)
setlineweight
in interface isparklinegroup
public java.awt.color getlowpointcolor()
getlowpointcolor
in interface isparklinegroup
public void setlowpointcolor(com.spire.ms.system.drawing.color value)
setlowpointcolor
in interface isparklinegroup
public java.awt.color getmarkerscolor()
getmarkerscolor
in interface isparklinegroup
public void setmarkerscolor(com.spire.ms.system.drawing.color value)
setmarkerscolor
in interface isparklinegroup
public java.awt.color getnegativepointcolor()
getnegativepointcolor
in interface isparklinegroup
public void setnegativepointcolor(com.spire.ms.system.drawing.color value)
setnegativepointcolor
in interface isparklinegroup
public java.awt.color getsparklinecolor()
getsparklinecolor
in interface isparklinegroup
public void setsparklinecolor(java.awt.color color)
setsparklinecolor
in interface isparklinegroup
public sparklinecollection add()
add
in interface isparklinegroup
public sparklinecollection get(int index)
get
in class java.util.arraylist<isparklines>
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |