| Property Getters/Setters Summary | ||
|---|---|---|
function | getColumn() | |
| Gets the column index of the sparkline. | ||
function | getDataRange() | |
function | setDataRange(value) | |
| Represents the data range of the sparkline. | ||
function | getRow() | |
| Gets the row index of the sparkline. | ||
| Method Summary | ||
|---|---|---|
function | toImage(stream, options) | |
| Converts a sparkline to an image. | ||
function | toImage(fileName, options) | |
| Converts a sparkline to an image. | ||
| Property Getters/Setters Detail |
|---|
getDataRange/setDataRange : String | |
function getDataRange() / function setDataRange(value) | |
getRow : Number | |
function getRow() | |
getColumn : Number | |
function getColumn() | |
| Method Detail |
|---|
toImage | |
function toImage(fileName, options) | |
fileName: String - The image file name.options: ImageOrPrintOptions - The image optionstoImage | |
function toImage(stream, options) | |
stream: OutputStream - The image stream.options: ImageOrPrintOptions - The image options.