|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface isparklinegroup
method summary | |
---|---|
sparklinecollection |
add()
|
|
getemptycellstype()
indicates how to display empty cells. |
java.awt.color |
getfirstpointcolor()
gets and sets the color of the first point of data in the sparkline group. |
java.awt.color |
gethighpointcolor()
gets and sets the color of the highest points of data in the sparkline group. |
java.awt.color |
gethorizontalaxiscolor()
gets and sets 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 and sets the color of the last point of data in the sparkline group. |
double |
getlineweight()
gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. |
java.awt.color |
getlowpointcolor()
gets and sets the color of the lowest points of data in the sparkline group. |
java.awt.color |
getmarkerscolor()
gets and sets the color of points in each line sparkline in the sparkline group. |
java.awt.color |
getnegativepointcolor()
gets and sets 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 and sets the color of the sparklines in the sparkline group. |
sparklinetype |
getsparklinetype()
indicates the sparkline type of the sparkline group. |
boolean |
isdisplayhidden()
indicates whether to show data in hidden rows and columns. |
void |
isdisplayhidden(boolean value)
|
boolean |
ishorizontaldateaxis()
the horizontaldateaxis property represents the horizontal axis type as dateaxis. |
void |
ishorizontaldateaxis(boolean value)
|
void |
setemptycellstype( value)
|
void |
setfirstpointcolor(com.spire.ms.system.drawing.color value)
|
void |
sethighpointcolor(com.spire.ms.system.drawing.color value)
|
void |
sethorizontalaxiscolor(com.spire.ms.system.drawing.color value)
|
void |
sethorizontaldateaxisrange(cellrange value)
|
void |
setlastpointcolor(com.spire.ms.system.drawing.color value)
|
void |
setlineweight(double value)
|
void |
setlowpointcolor(com.spire.ms.system.drawing.color value)
|
void |
setmarkerscolor(com.spire.ms.system.drawing.color value)
|
void |
setnegativepointcolor(com.spire.ms.system.drawing.color value)
|
void |
setplotrighttoleft(boolean value)
|
void |
setshowfirstpoint(boolean value)
|
void |
setshowhighpoint(boolean value)
|
void |
setshowhorizontalaxis(boolean value)
|
void |
setshowlastpoint(boolean value)
|
void |
setshowlowpoint(boolean value)
|
void |
setshowmarkers(boolean value)
|
void |
setshownegativepoint(boolean value)
|
void |
setsparklinecolor(java.awt.color value)
|
void |
setsparklinetype(sparklinetype value)
|
method detail |
---|
boolean getshowhorizontalaxis()
void setshowhorizontalaxis(boolean value)
boolean isdisplayhidden()
void isdisplayhidden(boolean value)
boolean getplotrighttoleft()
void setplotrighttoleft(boolean value)
boolean getshowfirstpoint()
void setshowfirstpoint(boolean value)
boolean getshowlastpoint()
void setshowlastpoint(boolean value)
boolean getshowlowpoint()
void setshowlowpoint(boolean value)
boolean getshowhighpoint()
void setshowhighpoint(boolean value)
boolean getshownegativepoint()
void setshownegativepoint(boolean value)
boolean getshowmarkers()
void setshowmarkers(boolean value)
sparklinetype getsparklinetype()
void setsparklinetype(sparklinetype value)
boolean ishorizontaldateaxis()
void ishorizontaldateaxis(boolean value)
getemptycellstype()
void setemptycellstype( value)
cellrange gethorizontaldateaxisrange()
java.lang.exception
- cref=" argumentoutofrangeexception"
value.rows.length ifis not equal to 1
value.column.length ifis not equal to 1
horizontaldateaxis ifis not truevoid sethorizontaldateaxisrange(cellrange value)
java.awt.color gethorizontalaxiscolor()
void sethorizontalaxiscolor(com.spire.ms.system.drawing.color value)
java.awt.color getfirstpointcolor()
void setfirstpointcolor(com.spire.ms.system.drawing.color value)
java.awt.color gethighpointcolor()
void sethighpointcolor(com.spire.ms.system.drawing.color value)
java.awt.color getlastpointcolor()
void setlastpointcolor(com.spire.ms.system.drawing.color value)
double getlineweight()
void setlineweight(double value)
java.awt.color getlowpointcolor()
void setlowpointcolor(com.spire.ms.system.drawing.color value)
java.awt.color getmarkerscolor()
void setmarkerscolor(com.spire.ms.system.drawing.color value)
java.awt.color getnegativepointcolor()
void setnegativepointcolor(com.spire.ms.system.drawing.color value)
java.awt.color getsparklinecolor()
void setsparklinecolor(java.awt.color value)
sparklinecollection add()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |