|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.Sparkline
public class Sparkline
A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.
Constructor Summary | |
---|---|
Sparkline(SparklineGroup group)
|
Method Summary | |
---|---|
int |
getColumn()
Gets the column index of a sparkline. |
CellRange |
getDataRange()
Represents the data range of the sparkline. |
CellRange |
getRefRange()
Represents the reference range of the sparkline. |
int |
getRow()
Gets the row index of a sparkline. |
void |
setDataRange(CellRange value)
Sets the data range of the sparkline. |
void |
setRefRange(CellRange cellRange)
Represents the reference range of the sparkline. |
Constructor Detail |
---|
public Sparkline(SparklineGroup group)
Method Detail |
---|
public CellRange getDataRange()
getDataRange
in interface ISparkline
java.lang.Exception
- cref="ArgumentOutOfRange" if the value.Rows.Length is not equal to 1.public void setDataRange(CellRange value)
value
- The data range.public CellRange getRefRange()
getRefRange
in interface ISparkline
java.lang.Exception
- cref="ArgumentOutOfRange"
if the value.Rows.length and value.Columns.Length is not equal to 1;public void setRefRange(CellRange cellRange)
setRefRange
in interface ISparkline
cellRange
- The reference range.
java.lang.Exception
- cref="ArgumentOutOfRange"
if the value.Rows.length and value.Columns.Length is not equal to 1;public int getColumn()
getColumn
in interface ISparkline
public int getRow()
getRow
in interface ISparkline
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |