Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class Sparkline

java.lang.Object
  extended by com.aspose.cells.Sparkline

public class Sparkline
extends java.lang.Object

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

getDataRange

public java.lang.String getDataRange()
Gets the data range of the sparkline.


setDataRange

public void setDataRange(java.lang.String value)
                  throws java.lang.IllegalArgumentException
Sets the data range of the sparkline.

Parameters:
value - the data range of the sparkline
Throws:
java.lang.IllegalArgumentException

getRow

public int getRow()
Gets the row index of the sparkline.


getColumn

public int getColumn()
Gets the column index of the sparkline.