java.lang.Object
com.aspose.cells.Sparkline
public class Sparkline
| Property Getters/Setters Summary | ||
|---|---|---|
int | getColumn() | |
| Gets the column index of the sparkline. | ||
java.lang.String | getDataRange() | |
void | setDataRange(java.lang.String value) | |
| 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. | ||
| Property Getters/Setters Detail |
|---|
getDataRange/setDataRange | |
public java.lang.String getDataRange() / public void setDataRange(java.lang.String value) | |
getRow | |
public int getRow() | |
getColumn | |
public int getColumn() | |
| Method Detail |
|---|
toImage | |
public void toImage(java.lang.String fileName, ImageOrPrintOptions options) throws java.lang.Exception | |
fileName - The image file name.options - The image optionstoImage | |
public void toImage(java.io.OutputStream stream, ImageOrPrintOptions options) throws java.lang.Exception | |
stream - The image stream.options - The image options.