![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Sparkline
public class Sparkline
A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.
Method Summary | |
---|---|
int |
getColumn()
Gets the column index of the sparkline. |
java.lang.String |
getDataRange()
Gets the data range of the sparkline. |
int |
getRow()
Gets the row index of the sparkline. |
void |
setDataRange(java.lang.String value)
Sets the data range of the sparkline. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getDataRange()
public void setDataRange(java.lang.String value) throws java.lang.IllegalArgumentException
value
- the data range of the sparkline
java.lang.IllegalArgumentException
public int getRow()
public int getColumn()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |