java.lang.Object
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.
Property Getters/Setters Summary |
int | getColumn() | |
|
Gets the column index of the sparkline.
|
java.lang.String | getDataRange() | |
void | setDataRange(java.lang.String) | |
|
Represents the data range of the sparkline.
|
int | getRow() | |
|
Gets the row index of the sparkline.
|
Property Getters/Setters Detail |
getDataRange/setDataRange | |
public java.lang.String getDataRange() / public void setDataRange(java.lang.String value)
|
-
Represents the data range of the sparkline.
getRow | |
public int getRow()
|
-
Gets the row index of the sparkline.
getColumn | |
public int getColumn()
|
-
Gets the column index of the sparkline.
toImage | |
public void toImage(java.lang.String fileName, ImageOrPrintOptions options)
throws java.lang.Exception |
-
Converts a sparkline to an image.
- Parameters:
fileName
- The image file name.options
- The image options
toImage | |
public void toImage(java.io.OutputStream stream, ImageOrPrintOptions options)
throws java.lang.Exception |
-
Converts a sparkline to an image.
- Parameters:
stream
- The image stream.options
- The image options.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.