public class Sparkline
Property Getters/Setters Summary | ||
---|---|---|
int | getColumn() | |
Gets the column index of the sparkline.
|
||
java.lang.String | getDataRange() | |
void | setDataRange(java.lang.Stringvalue) | |
Represents the data range of the sparkline. | ||
int | getRow() | |
Gets the row index of the sparkline.
|
Method Summary | ||
---|---|---|
void | toImage(java.io.OutputStream stream, ImageOrPrintOptions options) | |
Converts a sparkline to an image.
|
||
void | toImage(java.lang.String fileName, ImageOrPrintOptions options) | |
Converts a sparkline to an image.
|
public java.lang.String getDataRange() / public void setDataRange(java.lang.String value)
public int getRow()
public int getColumn()
public void toImage(java.lang.String fileName, ImageOrPrintOptions options) throws java.lang.Exception
fileName
- The image file name.options
- The image optionspublic void toImage(java.io.OutputStream stream, ImageOrPrintOptions options) throws java.lang.Exception
stream
- The image stream.options
- The image options.