|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ISparkline>
com.spire.xls.SparklineCollection
public class SparklineCollection
Represents the sparkline collection.
Constructor Summary | |
---|---|
SparklineCollection(SparklineGroup group)
|
Method Summary | |
---|---|
Sparkline |
add()
Adds sparkline instance. |
void |
add(CellRange dataRange,
CellRange referenceRange)
Adds the sparkline. |
void |
add(CellRange dataRange,
CellRange referenceRange,
boolean isVertical)
Adds the sparkline. |
void |
clear(Sparkline sparkline)
Clears the sparkline. |
void |
refreshRanges(CellRange dataRange,
CellRange referenceRange)
Adds the sparkline. |
void |
refreshRanges(CellRange dataRange,
CellRange referenceRange,
boolean isVertical)
Refresh data range of the sparkline. |
Constructor Detail |
---|
public SparklineCollection(SparklineGroup group)
Method Detail |
---|
public Sparkline add()
add
in interface ISparklines
public void add(CellRange dataRange, CellRange referenceRange)
add
in interface ISparklines
public void add(CellRange dataRange, CellRange referenceRange, boolean isVertical)
add
in interface ISparklines
public void refreshRanges(CellRange dataRange, CellRange referenceRange)
refreshRanges
in interface ISparklines
public void refreshRanges(CellRange dataRange, CellRange referenceRange, boolean isVertical)
refreshRanges
in interface ISparklines
public void clear(Sparkline sparkline)
clear
in interface ISparklines
sparkline
- The sparkline range.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |